1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/script/upload

21 lines
482 B
Plaintext
Raw Normal View History

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
# * 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) "$@"