Skip to content

Commit

Permalink
Create release-checklist.md
Browse files Browse the repository at this point in the history
A release checklist template for maintainers

Signed-off-by: Appu <[email protected]>
  • Loading branch information
loosebazooka authored Jul 31, 2024
1 parent 9cca99c commit 087484e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Release Checklist
about: All the tasks required to complete a release of sigstore-java and maven/gradle plugins
title: Release v<fill in>
labels: ''
assignees: ''

---

Full release instructions are at: [RELEASING.md](/sigstore/sigstore-java/blob/main/RELEASING.md)

## Tag Release
- [ ] `v<version>`

## Publish Release
- [ ] `sigstore-java`, `sigstore-maven-plugin` to Maven Central ([action](https://github.com/sigstore/sigstore-java/actions/workflows/release-sigstore-java-from-tag.yaml))
- [ ] `sigstore-gradle-plugin` to Gradle Plugin Portal ([action](https://github.com/sigstore/sigstore-java/actions/workflows/release-sigstore-gradle-plugin-from-tag.yaml))

## Verify Releases Published
- [ ] [sigstore-java](https://repo1.maven.org/maven2/dev/sigstore/sigstore-java)
- [ ] [sigstore-maven-plugin](https://repo1.maven.org/maven2/dev/sigstore/sigstore-maven-plugin)
- [ ] sigstore-gradle-plugin [[base](https://plugins.gradle.org/plugin/dev.sigstore.sign-base)], [[sign](https://plugins.gradle.org/plugin/dev.sigstore.sign)]

0 comments on commit 087484e

Please sign in to comment.