Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | docs/releases.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases.md b/docs/releases.md index 84f95c97..41b523c5 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -16,7 +16,7 @@ being published. * Add new `<release>` entry in `contrib/Helix.appdata.xml` with release information according to the [AppStream spec](https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Releases.html) * Tag and push * Switch to master and pull - * `git tag -s -m "<tag>" -a <tag> && git push` (note the `-s` which signs the tag) + * `git tag -s -m "<tag>" -a <tag> && git push origin <tag>` (note the `-s` which signs the tag) * Wait for the Release CI to finish * It will automatically turn the git tag into a GitHub release when it uploads artifacts * Edit the new release |