mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
script/create-release.sh: better flow
This commit is contained in:
parent
f61363612d
commit
87c354518c
2 changed files with 4 additions and 5 deletions
|
|
@ -28,6 +28,4 @@ git add README.md direnvrc templates/flake/.envrc
|
|||
git commit -m "bump version ${version}"
|
||||
git tag -e "${version}"
|
||||
|
||||
echo "now run 'git push --tags origin master'"
|
||||
echo "Than create a release: https://github.com/nix-community/nix-direnv/releases"
|
||||
echo "and run ./scripts/update-checksum.sh"
|
||||
echo "now run 'git push --tags origin master && ./scripts/update-checksum.sh'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue