Skip to content

Commit 94f3ea4

Browse files
committed
Add notes on how to do a release
1 parent 4a6a5c5 commit 94f3ea4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Making a release #
2+
3+
Compile and test
4+
5+
Then run
6+
7+
make test_release
8+
9+
To test the build
10+
11+
When happy, tag the release
12+
13+
git tag -a 0.0XX -m "Release 0.0XX"
14+
15+
Then do a release build (set GITHUB token first)
16+
17+
make release

0 commit comments

Comments
 (0)