diff --git a/README.md b/README.md index 525417e..c8fb0fe 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ $ niv update ghc -v 8.6.2 ``` niv - dependency manager for Nix projects -version: 0.2.14 +version: 0.2.15 Usage: niv [-s|--sources-file FILE] COMMAND diff --git a/package.yaml b/package.yaml index f56eb4c..3c65e0e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ { "name": "niv", - "version": "0.2.14", + "version": "0.2.15", "license": "MIT", "author": "Nicolas Mattia ", "maintainer": "Nicolas Mattia ", diff --git a/script/upload b/script/upload index 85e52a8..a1790f3 100755 --- a/script/upload +++ b/script/upload @@ -2,5 +2,17 @@ #!nix-shell -I nixpkgs=./nix #!nix-shell -i bash -p cabal-install -p nix -p curl # vim: filetype=sh +# +# +# How To Release: +# * git checkout master +# * bump version in package.yaml +# * 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 $(nix-build -A niv-cabal-upload) "$@"