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

build: integrate release-please for handling releases #5

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

mattr-
Copy link
Member

@mattr- mattr- commented Jan 31, 2025

Using release-please for release management streamlines our release process a bit. release-please will run on commits to the default branch and do the following for us:

  • Create a PR to handle our version and changelog updates
    • Update History.markdown with new version information
      • The format does change slightly, but with squash merges in place, links to PRs will still be provided.
      • Sections in the file are customizable with some effort. By default, only user visible changes are included.
    • Update the version number based on the metadata provided via conventional commits
      • For bug fixes, only the patch version will be bumped
      • When features are included, the minor version will be bumped
      • When breaking changes happen, the major version will be bumped.
  • After merging a release please PR, it will handle tagging and creating a github release. Follow up actions will happen (such as releasing a gem) based on our already existing workflows

@mattr-
Copy link
Member Author

mattr- commented Jan 31, 2025

Merging so I can create release demos.

@mattr- mattr- merged commit 7a6109f into jekyll:master Jan 31, 2025
1 check passed
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