-
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
Versioning with poetry and automatic release #16
Conversation
…ultipass-saml-groups into versioning_with_poetry
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.
license-eye has totally checked 50 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
27 | 1 | 22 | 0 |
Click to see the invalid file list
- poetry.lock
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.
license-eye has totally checked 50 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
30 | 19 | 1 | 0 |
Click to see the invalid file list
- .github/pull_request_template.md
- .github/workflows/create_release.yaml
- .github/workflows/integration_test.yaml
- .github/workflows/test.yaml
- .gitignore
- .licenserc.yaml
- CODEOWNERS
- CONTRIBUTING.md
- LICENSE
- README.md
- pytest.ini
- renovate.json
- requirements.dev.txt
- setup.cfg
- src-docs/group_provider.base.md
- src-docs/group_provider.md
- src-docs/group_provider.sql.md
- src-docs/models.md
- src-docs/provider.md
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.
looks good, integ is failing (should be libjuju related)
Use poetry to manage versioning.
Use semantic versioning and autobump on push to main, but only bump minor version.
A bot commit will be pushed to bump the version in
pyproject.toml
Checklist
src-docs
urgent
,trivial
,complex
)