Skip to content

Commit

Permalink
Add -start to release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Aug 14, 2022
1 parent 6dd68a0 commit 04c5c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Final-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
1. Tag the release **on the release branch**:

```shell
git tag --annotate --message="Release $NEWVER" $NEWVER
git push upstream $NEWVER
git tag --annotate --message="Release $NEWVER" $NEWVER-start
git push upstream $NEWVER-start
```

1. Update [nixos-homepage](https://github.com/NixOS/nixos-homepage) for
Expand Down

0 comments on commit 04c5c1f

Please sign in to comment.