All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
1.14.3 (2024-12-24)
1.14.2 (2024-12-24)
1.14.1 (2024-12-24)
1.14.0 (2024-12-24)
- bumpfiles: Only run a commit if there are files that have changed after bumping the version (caae0ff)
- changelog: Check for unstaged files and file changes before clearing (a66c0f3)
1.13.0 (2024-12-24)
- devops: Add the release script to the package.json (cfca18f)
- bump-files: Allow the unstaging of bump fails to "fail" during changelog generation because there may not always be a file (f0d1bd3)
1.12.0 (2024-12-23)
- docs: Add a new logo (ad249a9)
- devops: Rebuild when building the deb files to ensure the tarballs aren't all built into it (90aadf3)
1.11.0 (2024-12-23)
- devops: Add a builder for Debian files (Windows & Mac included but disabled for now) (c6dc4f0), closes #15
- devops: Add the tarball generation script (fd11b4a)
1.10.2 (2024-12-23)
1.10.1 (2024-12-23)
1.10.0 (2024-12-23)
1.9.0 (2024-12-23)
- autocomplete: Include the autocomplete plugin (f3c89d5)
1.8.3 (2024-12-23)
1.8.2 (2024-12-22)
1.8.1 (2024-12-22)
1.8.0 (2024-12-22)
1.7.1 (2024-12-22)
- merge: Add additional commentry around the merge into branch flag (29844ac)
1.7.0 (2024-12-22)
- merge: Merge the original branch back into the current one to improve changelog accuracy (93e4749), closes #12
1.6.0 (2024-12-22)
1.5.0 (2024-12-22)
- git: Add the --no-ff flag to the branch merges (707c753)
- release: Add the release script that rebuilds the readme (d6a1ff3)
- scripts: Run the additional scripts AFTER the version bump, as they may be reliant on the package.json version change (df94b51)
- release: Commit my release changes with my own commit message (714a18c)
1.4.0 (2024-12-22)
- git: Add the --no-ff flag to the branch merges (707c753)
- release: Add the release script that rebuilds the readme (d6a1ff3)
- scripts: Run the additional scripts AFTER the version bump, as they may be reliant on the package.json version change (df94b51)
- release: Commit my release changes with my own commit message (714a18c)
1.3.0 (2024-12-22)
- git: Add the --no-ff flag to the branch merges (707c753)
- release: Add the release script that rebuilds the readme (d6a1ff3)
- scripts: Run the additional scripts AFTER the version bump, as they may be reliant on the package.json version change (df94b51)
- release: Commit my release changes with my own commit message (714a18c)
1.2.0 (2024-12-22)
- git: Add the --no-ff flag to the branch merges (707c753)
- release: Add the release script that rebuilds the readme (d6a1ff3)
- scripts: Run the additional scripts AFTER the version bump, as they may be reliant on the package.json version change (df94b51)
1.1.0 (2024-12-22)
- changelog: Add the ability to extract the changelog text (e31d658), closes #9
- changelog: Discard unstaged files after changelog generation (30d7974)
- debugging: Log errors of different structures (fc2cb44)
- tags: Add the changelog to the annotation message on a tag (53762ee), closes #10
- changelog: Do not skip the bump version in changelog generation (25b4182)
- changelog: Don't skip the bump but only stage the changelog file (9e0809e)
- bump-files: Add the ability to bump up the version in different files using the original commit-and-tag-version API (d184721), closes #8
- cli: Add all of the additional calls to the commit-and-tag-version API (3372a81)
- prefix: Add the ability to specify the tag prefix #4 (506340a)
- release: Add the ability to generate the changelog #6 (279a9f1)
- tag: Add the ability to tag the repo when merging (2dbd2e3)