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

feat: add in beforeVersion lifecycle hook #2334

Merged
merged 2 commits into from Mar 1, 2023

Conversation

amalik2
Copy link

@amalik2 amalik2 commented Mar 1, 2023

What Changed

Why

Add in a beforeVersion hook that is useful for iterating through the list of commits that are going to be included in the current release, and applying/overriding the version bump (major/minor/patch) labels applied to the PRs corresponding to those commits.

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

@hipstersmoothie hipstersmoothie added the minor Increment the minor version when merged label Mar 1, 2023
@hipstersmoothie
Copy link
Collaborator

Nice!

@hipstersmoothie hipstersmoothie merged commit f7827d4 into intuit:main Mar 1, 2023
@github-actions
Copy link

github-actions bot commented Mar 1, 2023

🚀 PR was released in v10.43.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants