-
Notifications
You must be signed in to change notification settings - Fork 9
chore: upgrade semantic release to v10 #72
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
Merged
daniel-graham-amplitude
merged 17 commits into
main
from
AMP-151270-upgrade-semantic-release
Mar 31, 2026
+64
−32
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
cf9c065
temp
daniel-graham-amplitude 5ae943c
fix: for dry-run only, revert me later
daniel-graham-amplitude 82ac404
chore: upgrade semantic-release to v10
daniel-graham-amplitude 3f35937
again
daniel-graham-amplitude ca8755a
again
daniel-graham-amplitude 8913394
again
daniel-graham-amplitude 1a4f539
again
daniel-graham-amplitude bf38c75
chore(release): Bump version to 1.2.3
amplitude-sdk-bot 9c7f862
again
daniel-graham-amplitude c204923
again
daniel-graham-amplitude 9ef2223
again
daniel-graham-amplitude fc6da14
again
daniel-graham-amplitude e7dada6
again
daniel-graham-amplitude d3d1c0b
chore(release): Bump version to 1.2.3
amplitude-sdk-bot 96d6bcd
again
daniel-graham-amplitude f8d7b5c
again
daniel-graham-amplitude 78b5c84
again
daniel-graham-amplitude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,15 @@ | ||
| [tool.semantic_release] | ||
| version_variable = [ | ||
| "src/amplitude/constants.py:SDK_VERSION" | ||
| ] | ||
| major_on_zero = false | ||
| branch = "main" | ||
| upload_to_PyPI = true | ||
| upload_to_release = true | ||
| build_command = "pip install build && python -m build" | ||
| version_source = "tag" | ||
| commit_version_number = true | ||
| commit_subject = "chore(release): Bump version to {version}" | ||
| version_variables = [ | ||
| "src/amplitude/constants.py:SDK_VERSION" | ||
| ] | ||
| commit_message = "chore(release): Bump version to {version}" | ||
| commit_author = "amplitude-sdk-bot <amplitude-sdk-bot@users.noreply.github.com>" | ||
|
|
||
| [tool.semantic_release.branches.main] | ||
| match = "(main|master)" | ||
| prerelease = false | ||
|
|
||
| [tool.semantic_release.publish] | ||
| upload_to_vcs_release = true |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.