add README for release process
This commit is contained in:
parent
da1beba7f4
commit
d96a8a0f3a
1 changed files with 8 additions and 0 deletions
8
scripts/README.md
Normal file
8
scripts/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
The release process works roughly like this:
|
||||
|
||||
``` bash
|
||||
./scripts/bump-versions.sh <type-of-bump>
|
||||
git commit
|
||||
./scripts/upload.sh <hackage-usr> <hackage-pwd>
|
||||
git tag <version> && git push --tags
|
||||
```
|
Loading…
Reference in a new issue