-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: updates workflow for v9 of semantic release #38
Conversation
The latest version of semantic-release does not support setup.cfg. Pinning to the same version as compliance-trestle so the upgrades can be made in sync. This project is still in beta so adding an option to force minor releases for breaking changes. Signed-off-by: Jennifer Power <[email protected]>
Signed-off-by: Jennifer Power <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vikas-agarwal76 Thanks for the review. I did a additional pre-merge review and realized that the |
Currently working on debugging this CI failure. This issue may be related to https://bugs.python.org/issue44061 and the solution may be to pin to another version of python 3.8 and add an issue to |
* docs: updates README and setup.cfg with new organization Signed-off-by: Jennifer Power <[email protected]> * docs: updates CODE OF CONDUCT to match compliance-trestle Signed-off-by: Jennifer Power <[email protected]> * docs: updates issue templates with new organization and repo information Signed-off-by: Jennifer Power <[email protected]> * ci: updates workflow files with correct organization information Signed-off-by: Jennifer Power <[email protected]> * docs: updates MAINTAINER.md * docs: updates CONTRIBUTING.md with trestle guidance Signed-off-by: Jennifer Power <[email protected]> * docs: fixes grammatical errors in contributing doc Signed-off-by: Jennifer Power <[email protected]> --------- Signed-off-by: Jennifer Power <[email protected]>
* chore(deps): updates trestle to new major version Signed-off-by: Jennifer Power <[email protected]> * chore(deps): drops python 3.8 support, adds 3.10 and 3.11 Aligns supported python versions with compliance-trestle Signed-off-by: Jennifer Power <[email protected]> * chore: replaces pkg_resources with importlib.resources pkg_resources is deprecated in Python 3.11 Signed-off-by: Jennifer Power <[email protected]> --------- Signed-off-by: Jennifer Power <[email protected]>
Align semantic release update logic with trestle Signed-off-by: Jennifer Power <[email protected]>
Closing in favor of #46 |
Types of changes
Summary
Updates semantic release logic to match
trestle
Fixes #37
Related to oscal-compass/compliance-trestle#1564 and will require the same
pypi
setupKey links: