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

Release 0.2.15

This commit is contained in:
Nicolas Mattia 2020-08-13 16:39:33 +02:00
parent 45c4ed5af1
commit bee0b4ca51
3 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "niv",
"version": "0.2.14",
"version": "0.2.15",
"license": "MIT",
"author": "Nicolas Mattia <nicolas@nmattia.com>",
"maintainer": "Nicolas Mattia <nicolas@nmattia.com>",

View File

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