Skip to content

Commit d96a8a0

Browse files
committed
add README for release process
1 parent da1beba commit d96a8a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The release process works roughly like this:
2+
3+
``` bash
4+
./scripts/bump-versions.sh <type-of-bump>
5+
git commit
6+
./scripts/upload.sh <hackage-usr> <hackage-pwd>
7+
git tag <version> && git push --tags
8+
```

0 commit comments

Comments
 (0)