-
-
Notifications
You must be signed in to change notification settings - Fork 281
Release/v3 #712
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
+1,215
−640
Merged
Release/v3 #712
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
07a760b
docs(changelog): add dry-run examples
woile a633de7
docs: prepare readme for v3
woile 88914cd
docs(bump): improve description of bumping
woile 64f2e31
docs(changelog): add info of auto changelog right away
woile 5517ae1
docs: add auto check and format files
woile e8fca17
docs: improve third party section
woile 922e66e
docs: add missing settings to config
woile f66197d
feat(init): add new settings
woile a21a991
test: set default branch to master
woile 78e865d
build: update dev dependencies to lastest poetry
woile 82d09fe
build: add ruff linter
woile d6b3172
fix: update dependencies
woile b8463d1
docs: add new section getting started
woile 0e434c2
docs(config): make settings shareable
woile 3ca7ec1
fix: major version zero message
woile 9818c7d
docs(init): re-write section
woile 45fe6aa
docs: update mkdocs conf
woile 24a5d70
docs: add an article
woile bd701eb
fix: small corrections and clean up
woile 87cf857
fix(init): welcome message
woile 28ac04f
docs: add poetry version and minor style changes
woile 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,3 +110,6 @@ venv.bak/ | |
|
||
# macOSX | ||
.DS_Store | ||
|
||
# ruff | ||
.ruff_cache |
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 |
---|---|---|
|
@@ -94,6 +94,6 @@ def __str__(self) -> str: | |
|
||
|
||
VERSION_TYPES = { | ||
"pep440": Version, | ||
"semver": SemVerVersion, | ||
"pep440": Version, | ||
} |
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.