Skip to content

Latest commit

 

History

History
190 lines (93 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

190 lines (93 loc) · 10.2 KB

Changelog

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)

Features

  • bumpfiles: Only run a commit if there are files that have changed after bumping the version (caae0ff)

Bug Fixes

  • changelog: Check for unstaged files and file changes before clearing (a66c0f3)

1.13.0 (2024-12-24)

Features

  • devops: Add the release script to the package.json (cfca18f)

Bug Fixes

  • 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)

Features

Bug Fixes

  • devops: Rebuild when building the deb files to ensure the tarballs aren't all built into it (90aadf3)

1.11.0 (2024-12-23)

Features

  • 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)

Features

  • build: Ensure that the patch-package runs on the dist build (e6a908e), closes #14

1.9.0 (2024-12-23)

Features

  • 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)

Features

  • auto-push: Add the ability to automatically push when running a release (4ed84dc), closes #13

1.7.1 (2024-12-22)

Bug Fixes

  • merge: Add additional commentry around the merge into branch flag (29844ac)

1.7.0 (2024-12-22)

Features

  • merge: Merge the original branch back into the current one to improve changelog accuracy (93e4749), closes #12

1.6.0 (2024-12-22)

Features

  • patch: Use the patch-package library so that npx supports the change (8267dc1), closes #11

1.5.0 (2024-12-22)

Features

  • 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)

Bug Fixes

  • release: Commit my release changes with my own commit message (714a18c)

1.4.0 (2024-12-22)

Features

  • 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)

Bug Fixes

  • release: Commit my release changes with my own commit message (714a18c)

1.3.0 (2024-12-22)

Features

  • 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)

Bug Fixes

  • release: Commit my release changes with my own commit message (714a18c)

1.2.0 (2024-12-22)

Features

  • 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)

Features

  • 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

Bug Fixes

  • changelog: Do not skip the bump version in changelog generation (25b4182)
  • changelog: Don't skip the bump but only stage the changelog file (9e0809e)

0.0.0 (2024-12-22)

Features

  • 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)

Bug Fixes

  • bump-files: Don't run a bump on a first release (57f668f)
  • Minor code cleanup (9146dfd)
  • tag: Make the tag non-interactive (557929e)