2019-06-13 12:30:13 +03:00
|
|
|
#!/usr/bin/env nix-shell
|
|
|
|
#!nix-shell -I nixpkgs=./nix
|
2020-01-06 22:49:20 +03:00
|
|
|
#!nix-shell -i bash -p cabal-install -p nix -p curl
|
2019-06-13 12:30:13 +03:00
|
|
|
# vim: filetype=sh
|
2020-08-13 17:39:33 +03:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# How To Release:
|
|
|
|
# * git checkout master
|
2020-08-21 16:48:20 +03:00
|
|
|
# * make sure changelog is up-to-date
|
2020-08-13 17:39:33 +03:00
|
|
|
# * bump version in package.yaml
|
2021-01-05 13:55:20 +03:00
|
|
|
# * bump version in CHANGELOG
|
2020-08-13 17:39:33 +03:00
|
|
|
# * run ./script/gen (twice...)
|
|
|
|
# * run ./script/test
|
|
|
|
# * git ci -am "Release 3.14.15"
|
|
|
|
# * ./script/upload --publish
|
|
|
|
# * git tag v3.14.15
|
|
|
|
# * git push
|
|
|
|
# * git push --tags
|
2019-06-13 12:30:13 +03:00
|
|
|
|
|
|
|
$(nix-build -A niv-cabal-upload) "$@"
|