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

Add release workflow #629

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

Conversation

Goooler
Copy link

@Goooler Goooler commented Jul 5, 2024

GitHub releases will be triggered by tags pushing, you can also add some steps like website deployment in this workflow.

@Goooler
Copy link
Author

Goooler commented Jul 5, 2024

GitHub releases will be triggered by tags pushing, you can also add some steps like website deployment in this workflow.
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
with:
release_notes_file: RELEASE_NOTES.md
- name: Create release
run: gh release create ${{ github.ref_name }} --notes-file RELEASE_NOTES.md
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can try --notes-from-tag option here, but there are some workarounds for it. See Goooler#1.

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