-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: remove source tarball as release artifact
The source tarball is now identical to a git-archive of the Git tag, so we can defer to the automatic "Source code" links in the GitHub release instead of uploading a separate artifact. Drop "Run test build" from the release checklist, since CI will do that for us on each PR, including the one in the next step. Signed-off-by: Benjamin Gilbert <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 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, a source tarball, and a JAR | ||
- [ ] 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