Skip to content

Commit

Permalink
Merge pull request #96 from wegank/fix-typo-1
Browse files Browse the repository at this point in the history
Final-Release: fix typo
  • Loading branch information
wegank authored Nov 12, 2024
2 parents 812bd5b + c2f878a commit cb0f603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Final-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export NEWVER=23.05
```bash
git tag --annotate --message="Release $NEWVER" "branch-off-$NEWVER" <COMMIT_ID>
git push upstream $NEWVER
git push upstream "branch-off-$NEWVER"
```
1. Update [nixos-homepage](https://github.com/NixOS/nixos-homepage) for the release.
Expand Down

0 comments on commit cb0f603

Please sign in to comment.