-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from bgilbert/artifacts
workflows: add JAR release artifact; drop source tarball
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# OpenSlide Java release process | ||
|
||
- [ ] Run test build and `meson dist` | ||
- [ ] Update `CHANGELOG.md` and version in `meson.build` | ||
- [ ] Create and push signed tag | ||
- [ ] Verify that GitHub Actions created a [GitHub release](https://github.com/openslide/openslide-java/releases) with release notes and a source tarball | ||
- [ ] Verify that GitHub Actions created a [GitHub release](https://github.com/openslide/openslide-java/releases) with release notes and a JAR | ||
- [ ] Update website: `_data/releases.yaml`, `_includes/news.md` | ||
- [ ] Send mail to -announce and -users | ||
- [ ] Post to [forum.image.sc](https://forum.image.sc/c/announcements/10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters