We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb984ed commit 3c8fe28Copy full SHA for 3c8fe28
.github/ISSUE_TEMPLATE/release.md
@@ -0,0 +1,10 @@
1
+# OpenSlide Java release process
2
+
3
+- [ ] Run test build and `make distcheck`
4
+- [ ] Update `CHANGELOG.txt` and version in `configure.ac`
5
+- [ ] Create and push signed tag
6
+- [ ] `git clean -dxf && autoreconf -i && ./configure && make distcheck`
7
+- [ ] Attach release notes to [GitHub release](https://github.com/openslide/openslide-java/releases), set pre-release flag, and upload tarballs
8
+- [ ] Update openslide-winbuild
9
+- [ ] Update website: `_data/releases.yaml`, `_includes/news.markdown`
10
+- [ ] Send mail to -announce and -users
0 commit comments