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 #29

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

Conversation

LecrisUT
Copy link

@LecrisUT LecrisUT commented Jun 8, 2023

@humitos Is this an appropriate workflow you are considering?

Inspired from: https://levelup.gitconnected.com/how-to-move-a-git-tag-using-github-actions-e23a523eb325

Example of workflow in action: https://github.com/LecrisUT/actions/actions/runs/5211525748

Also worth considering:

  • .github/release.yaml: This will create release notes from PRs
    Example:
    changelog:
      categories:
        - title: 🛠 Breaking Changes
          labels:
            # Should automatically detect major change
            - Semver-Major
            - breaking-changes
        - title: 🎉 New Features
          labels:
            - new-feature
            - enhancement
        - title: ⚠️ Deprecation
          labels:
            - deprecation
        - title: 🐞 Bug fixes
          labels:
            - bug-fix
        - title: Other changes
          labels:
            - '*'

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.

1 participant