Skip to content

Commit

Permalink
Merge pull request #23 from cybozu/create-draft-releases
Browse files Browse the repository at this point in the history
chore: change to create draft releases
  • Loading branch information
korosuke613 authored Apr 21, 2024
2 parents f7469f5 + ed15bf7 commit 375d135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
gh release create ${{ inputs.version }} --generate-notes
gh release create ${{ inputs.version }} --generate-notes --draft
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
2. Click `Run workflow`.
3. Input version.
4. Click `Run workflow`.
5. Open Releases page.
6. Amend draft release.
7. Uncheck `Set as a pre-release`.
8. Click `Update release`.

0 comments on commit 375d135

Please sign in to comment.