-
-
Notifications
You must be signed in to change notification settings - Fork 63
chore(release): use own GH app for releasing #958
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
base: main
Are you sure you want to change the base?
Changes from all commits
2964243
1c8e806
bb409b7
4298f1e
58e212b
0df831b
1d7cecd
6e3c637
a5fac86
7a8fe5d
1265856
5d73c45
27532e1
b0db8b5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: Rollback |
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: Rollback |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
| [tool.poetry] | ||
| name = "cyclonedx-python-lib" | ||
| # !! version is managed by semantic_release | ||
| version = "11.7.0" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: Rollback |
||
| version = "11.7.0-rc.4" | ||
| description = "Python library for CycloneDX" | ||
| authors = [ | ||
| "Paul Horton <phorton@sonatype.com>", | ||
|
|
@@ -115,8 +115,7 @@ jsonschema = { version = "*", extras = ["format"], optional=true } | |
| logging_use_named_masks = true | ||
| commit_parser = "conventional" | ||
| commit_parser_options = { parse_squash_commits = true, ignore_merge_commits = true } | ||
| commit_author = "semantic-release <semantic-release@bot.local>" | ||
| commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release\n\nSigned-off-by: semantic-release <semantic-release@bot.local>" | ||
| commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: add feature to semanti-release to add signoff |
||
| upload_to_vcs_release = true | ||
| build_command = """ | ||
| pip install 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.
TODO: update to final link