Skip to content

Commit 087484e

Browse files
authored
Create release-checklist.md
A release checklist template for maintainers Signed-off-by: Appu <[email protected]>
1 parent 9cca99c commit 087484e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Release Checklist
3+
about: All the tasks required to complete a release of sigstore-java and maven/gradle plugins
4+
title: Release v<fill in>
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Full release instructions are at: [RELEASING.md](/sigstore/sigstore-java/blob/main/RELEASING.md)
11+
12+
## Tag Release
13+
- [ ] `v<version>`
14+
15+
## Publish Release
16+
- [ ] `sigstore-java`, `sigstore-maven-plugin` to Maven Central ([action](https://github.com/sigstore/sigstore-java/actions/workflows/release-sigstore-java-from-tag.yaml))
17+
- [ ] `sigstore-gradle-plugin` to Gradle Plugin Portal ([action](https://github.com/sigstore/sigstore-java/actions/workflows/release-sigstore-gradle-plugin-from-tag.yaml))
18+
19+
## Verify Releases Published
20+
- [ ] [sigstore-java](https://repo1.maven.org/maven2/dev/sigstore/sigstore-java)
21+
- [ ] [sigstore-maven-plugin](https://repo1.maven.org/maven2/dev/sigstore/sigstore-maven-plugin)
22+
- [ ] sigstore-gradle-plugin [[base](https://plugins.gradle.org/plugin/dev.sigstore.sign-base)], [[sign](https://plugins.gradle.org/plugin/dev.sigstore.sign)]

0 commit comments

Comments
 (0)