Releases: rainstormy/updraft
Releases · rainstormy/updraft
1.2.0
1.1.0
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.mdorCHANGELOG.adoc. Support for other filenames has been deprecated and will be removed in the next major release. - Normalise blank lines in changelogs.
--release-versionaccepts 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
versionfield inpackage.jsonfiles.
1.0.0
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.