- Add: Initial implementation
- Add:
--update-version-in
support
- Add: Flag for partial SemVer updates
- Improve: Log file patches
- Improve: Grouping CHANGELOG
- Improve:
assert
-s instead ofprint
-s - Fix: Filtering empty lines from commit logs
- Fix: Entry-point resolution## June 13, 2024: v1.1.0
- Fix:
create_commit
beforecreate_tag
- Improve: Push by default
- Add:
--github-repository
for push
- Fix: Extra space in command
- Make: Drop
setup.py
- Improve: Log after push
- Fix:
push
URL resolution
- Fix: Default
push
argument
- Fix: Lowercase project name
- Improve: List docs updates as patches
- Improve: Detect lacking capture groups
- Docs: Recommend
\d+.\d+.\d+.
wildcards
- Improve: List docs updates as patches
- Improve: Detect lacking capture groups
- Docs: Recommend
\d+.\d+.\d+.
wildcards
- Improve: List docs updates as patches
- Improve: Detect lacking capture groups
- Docs: Recommend
\d+.\d+.\d+.
wildcards
- Improve: Push all tags
- Improve: Rebase before push
- Fix: Avoid rebase
- Docs: Fix project name
- feature: implement GitHub Action
- Fix: Finalize the GitHub Action (#6)
- Fix: Replacing slices
- Fix: Lowercase name
- Docs: Links and instructions
- Fix: Remove repeated
pyproject.toml
lines - Improve: Log failed push URL
- Improve: Use
skip ci
to avoid recursive calls
- Fix: Checkout from
main
- Improve: Trigger minor releases for docs
- Docs: Providing examples
- Add: Pre-release dry run
- Improve: add authors and icon to Action
- Break: Multi-line YAML arguments
- Improve: Ignore subsequent colons
- Docs: Describe arguments
- Docs: Cleaner
README.md
- Make: Bump Python CI version
- Improve: Add bug report
- Fix: Put
tinysemver.py
into.tar.gz
- Fix: Indicate a package with
__init__.py
- Make: Fix path to the local script
- Fix: Change entrypoint
- Make: Change directory structure
- Improve: Exit with code
0
, if no commits are found
- Improve: Named tuples for commits (1bf5232)
- Improve: Added function to convert the different commits into a message (4847361)
- Improve: Added commit hashes to the end of the commit messages (533402b)
- Improve: Added commit messages to the release notes (0f1c843)
- Add: AI & Rock-n-Roll (de8e5a2)
- Improve: Optional dependencies (4ff62ee)
- Make: Dependencies of publishing script (66d69f0)
- Improve: Rich text output (9dbddca)
- Make:
requirements.txt
(e0b362c) - Fix: Missing quote in YAML (f822b2e)
- Improve: OpenAI action args (c9f5845)
- Fix: Missing symbol (a1b2b8a)