Releases: versionize/versionize
Releases · versionize/versionize
v2.5.0
What's changed?
✨ Features
- add .versionize config schema for IntelliSense/Autocomplete (#183) (93d5df3)
- add support for updating AssemblyInfo.cs version attributes (#190) (aa50527)
📦 Refactor
- implement fluent api for versionize command and add interface abstractions (#188) (c062789)
- modify error handling approach (#180) (af1a56c)
- organize link builders into a folder and apply a few readability improvements (#184) (76cb3e7)
- replace BumpFileType with SkipBumpFile in VersionizeOptions (#185) (4e49f46)
- split WorkingCopy into isolated command classes (#186) (aa42746)
🧪 Tests
- make arrange-act-assert pattern explicit via comments (#181) (2c2c0ce)
- fix: GPG signing tests fail with unhelpful error message when GPG is not detected in developer environment (#191) (10fb64f)
♻️ Chores
v2.4.0
What's changed?
✨ Features
- add ability to override boolean file config via cli (#173) (bd263c4)
- add cli validation and xml config documentation (#177) (a74778b)
- add Git configuration checks for versioning operations (#168) (41ee0aa)
- add support for configurable version element bumping in project files (#171) (04714f0)
- add support for JIRA issues (#162) (3410b39)
- make changelog "Other" header customizable (#174) (c7f2be9)
- support customizing tag template and changelog tag link (#96) (cfede54)
🐛 Bug Fixes
- change regex for azure commits and issues to be in line with the current azure environment (#160) (9f1f973)
- changelog cmd: returns entire history if the current tag is a prerelease (7248184)
📦 Refactor
🔨 Build
⚙️ Continuous Integrations
- add GitHub Release workflow (#175) (83ff188)
- only run ci for non-draft PRs and code changes (#149) (cfe1c72)
📚 Docs
♻️ Chores
v2.4.0-beta.0
What's changed?
✨ Features
- add ability to override boolean file config via cli (#173) (bd263c4)
- add Git configuration checks for versioning operations (#168) (41ee0aa)
- add support for configurable version element bumping in project files (#171) (04714f0)
- add support for JIRA issues (#162) (3410b39)
- make changelog "Other" header customizable (#174) (c7f2be9)
- support customizing tag template and changelog tag link (#96) (cfede54)
🐛 Bug Fixes
- change regex for azure commits and issues to be in line with the current azure environment (#160) (9f1f973)
⚙️ Continuous Integrations
- add GitHub Release workflow (#175) (83ff188)
- only run ci for non-draft PRs and code changes (#149) (cfe1c72)