mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
scripts/create-release: update post-release instructions
This commit is contained in:
parent
100aad6040
commit
f61363612d
1 changed files with 3 additions and 1 deletions
|
|
@ -28,4 +28,6 @@ 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 && scripts/update-checksum.sh'"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue