Skip to content

Releases: rainstormy/updraft

1.2.0

25 Oct 15:43
v1.2.0
23bb449

Choose a tag to compare

Added

  • A Node.js-based GitHub action: rainstormy/updraft.
  • An ESM export of the program entrypoint with usage instructions and support
    for the --help and --version options.

Changed

  • The main program entrypoint no longer supports the --help and --version
    options.

1.1.0

29 Jul 05:36
v1.1.0
f3d8208

Choose a tag to compare

Added

  • Support for Markdown changelogs in Keep a Changelog format.
  • New option: --check-sequential-release.
  • New option: --prerelease-files.
  • New option: --release-files.
  • An ESM export of the main program entrypoint.

Changed

  • Add a trailing newline character in the output files.
  • Changelog files must be named CHANGELOG.md or CHANGELOG.adoc. Support for other filenames has been deprecated and will be removed in the next major release.
  • Normalise blank lines in changelogs.
  • --release-version accepts any input containing a substring that is a semantic version number.

Fixed

  • Disallow leading zeros in semantic version numbers and restrict the set of valid prerelease and build identifiers to contain only ASCII alphanumeric characters and hyphens.
  • Preserve any amount of whitespace between the key and the value of the version field in package.json files.

1.0.0

08 Dec 23:21
v1.0.0
cdaee17

Choose a tag to compare

Added

  • MIT license.
  • A Node.js-based entrypoint for the command-line interface named updraft.
  • New option: --files.
  • New option: --help.
  • New option: --release-version.
  • New option: --version.
  • Support for AsciiDoc changelogs in Keep a Changelog format.
  • Support for package.json files.