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

Update python-semantic-release configuration #72

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

jmgate
Copy link
Collaborator

@jmgate jmgate commented Oct 24, 2023

Now that python-semantic-release allows for user customization of the release notes template:

  • Add a template so our release notes mirror the format of our CHANGELOG.
  • Add new commit types to allow for automatically bumping the minor or patch version numbers via python-semantic-release.
  • Change the commitizen configuration to allow for these new commit types.

Note: This MR should bump the patch version number and trigger a new release so we can ensure this functionality is operating as expected.

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c252fc) 94.01% compared to head (a447eac) 94.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   94.01%   94.01%           
=======================================
  Files           2        2           
  Lines         167      167           
  Branches       43       43           
=======================================
  Hits          157      157           
  Misses          4        4           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmgate jmgate force-pushed the update-python-semantic-release-configuration branch from 951bf8d to f2b1099 Compare October 24, 2023 16:10
* Add commit types to automatically bump the minor or patch version
  numbers via a commit message.
* Update commitizen configuration to allow the new commit types.
* Create a template to govern the generation of release notes by
  python-semantic-release.
* Bump the patch version number to test that this works as expected.
@jmgate jmgate force-pushed the update-python-semantic-release-configuration branch from aa87d59 to a447eac Compare October 24, 2023 16:18
@jmgate jmgate merged commit bfabf23 into master Oct 24, 2023
10 checks passed
@jmgate jmgate deleted the update-python-semantic-release-configuration branch October 24, 2023 16:24
@jmgate jmgate self-assigned this Oct 24, 2023
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