Skip to content

feat: add automatic changelog update workflow #6

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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

PeterVinter
Copy link
Owner

This PR adds a new GitHub Actions workflow that automatically updates the CHANGELOG.md when PRs are merged to main.

Features:

  • Triggers when PRs are merged to main
  • Automatically updates CHANGELOG.md with:
    • Incremented version number
    • Today's date
    • Change type based on PR title (feat, fix, docs, etc.)
    • PR description bullet points
    • Version link for releases
  • Creates a new PR with the changelog update

This will help maintain a consistent and up-to-date changelog without manual intervention.

Adds a GitHub Actions workflow that:
- Triggers when PRs are merged to main
- Automatically updates CHANGELOG.md
- Creates a new PR with the changelog update
- Determines change type from PR title
- Increments version number automatically
@PeterVinter PeterVinter merged commit 7f80076 into main Nov 19, 2024
4 checks passed
@PeterVinter PeterVinter deleted the feat/add-changelog-workflow branch November 19, 2024 23:30
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