Skip to content

Commit

Permalink
Update RELEASE.md and fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 2, 2024
1 parent f4342b6 commit 8d57ab3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Fixed

- Includes many perfomance improvements for working with large amount of items.
- Includes many performance improvements for working with large amount of items.

- Fixes triggering menu items by number (#2569).

Expand Down
13 changes: 8 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Update `CHANGES.md` file.

Bump version.

utils/bump_version.sh 3.3.1
utils/bump_version.sh 7.1.0

Verify and push the changes.

Expand All @@ -22,9 +22,9 @@ Verify and push the changes.

Upload source files for [copyq Ubuntu package](https://launchpad.net/~hluk/+archive/ubuntu/copyq).

git checkout v3.3.1
git checkout v7.1.0
utils/debian/create_source_packages.sh
dput ppa:hluk/copyq ../copyq_3.3.1~*.changes
dput ppa:hluk/copyq ../copyq_7.1.0~*.changes

Build on [OBS](https://build.opensuse.org/package/show/home:lukho:copyq/CopyQ-Qt5).

Expand Down Expand Up @@ -58,11 +58,14 @@ Update [flathub package](https://github.com/flathub/com.github.hluk.copyq):
Download:

- binaries for Windows from [AppVeyor](https://ci.appveyor.com/project/hluk/copyq)

utils/download_window_builds.sh 7.1.0

- binary for OS X from [github](https://github.com/hluk/CopyQ/releases)
- source package from [github](https://github.com/hluk/CopyQ/releases)
- OBS packages

utils/download_obs_packages.sh 3.3.1 1.1
utils/download_obs_packages.sh 7.1.0 1.1

Create [release on github](https://github.com/hluk/CopyQ/releases) for the new version tag.

Expand All @@ -72,7 +75,7 @@ Upload packages and binaries to:
- [sourceforge](https://sourceforge.net/projects/copyq/files/)
- [fosshub](https://www.fosshub.com/CopyQ.html)

./utils/fosshub.py 3.3.1 $TOKEN
./utils/fosshub.py 7.1.0 $TOKEN

Update Homebrew package for OS X.

Expand Down

0 comments on commit 8d57ab3

Please sign in to comment.