Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate to prepare release note with next version #508

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Nov 25, 2024

To create release notes, the following steps are necessary, but currently, they cannot be enforced:

  1. Decide on a title.
  2. Create a version following semver.
  3. Revise the automatically generated release notes.

This change automates the creation of a draft release, forcing the release creator to complete steps 1 and 2. The version is automatically determined with a v prefix by simply choosing from major/minor/patch. The title will be a combination of steps 1 and 2.

About 3, drafted note shows actor name, so I believe almost all of us can realize we need to revise note.(but I know it's not perfect)

When we run the workflow

When the workflow is executed, a draft like the following will be created.
スクリーンショット 2024-11-25 15 55 00

By revising this and making a release, it will result in the same as usual.
スクリーンショット 2024-11-25 15 55 20

@Yang-33 Yang-33 marked this pull request as draft November 25, 2024 06:59
@Yang-33 Yang-33 self-assigned this Nov 25, 2024
@Yang-33 Yang-33 marked this pull request as ready for review November 25, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants