diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1aa98a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Conventional Commits][7], and this project adheres to +[Semantic Versioning][8]. + +# 1.0.0 (2021-01-29) + +### Build System + +- **build-test-deploy.yml:** drop support for webpack 4 ([66d531e][1]) +- **cleanup.yml:** fix bug for new package repos ([0792f9a][2]) +- **integration-node-cli.test.ts:** add proper git config ([3947d23][3]) +- **package.json:** add @types/yargs explicitly ([1183c65][4]) + +### Features + +- Initial commit ([1e08a88][5]) +- Upgrade to semantic-release-based pipeline ([3074894][6]) + +# 0.0.0-development (2021-01-29) + +### Build System + +- **build-test-deploy.yml:** drop support for webpack 4 ([66d531e][1]) +- **cleanup.yml:** fix bug for new package repos ([0792f9a][2]) +- **integration-node-cli.test.ts:** add proper git config ([3947d23][3]) +- **package.json:** add @types/yargs explicitly ([1183c65][4]) + +### Features + +- Initial commit ([1e08a88][5]) +- Upgrade to semantic-release-based pipeline ([3074894][6]) + +[1]: + https://github.com/Xunnamius/git-add-then-commit/commit/66d531e72db3cc2978fef77d643bd9c000101728 +[2]: + https://github.com/Xunnamius/git-add-then-commit/commit/0792f9a4e62cf816840fc67a53848bdc8e97a9c3 +[3]: + https://github.com/Xunnamius/git-add-then-commit/commit/3947d237b2562b8a78b06a98bc6e6d417356dc20 +[4]: + https://github.com/Xunnamius/git-add-then-commit/commit/1183c65a74fed20b2a7e71cbbd5f8577f7ec8b27 +[5]: + https://github.com/Xunnamius/git-add-then-commit/commit/1e08a889343fac542b4196a2d0b77fc7feb26a50 +[6]: + https://github.com/Xunnamius/git-add-then-commit/commit/307489496f94132a1d074374e6dc4d1bc57b0df6 +[7]: https://conventionalcommits.org +[8]: https://semver.org diff --git a/docs/README.md b/docs/README.md index a7cf6be..b1b928f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -92,12 +92,12 @@ Defined in: [src/index.ts:36][10] [5]: README.md#configureprogram -[6]: https://github.com/Xunnamius/git-add-then-commit/blob/408e116/src/index.ts#L20 +[6]: https://github.com/Xunnamius/git-add-then-commit/blob/1724eab/src/index.ts#L20 -[7]: https://github.com/Xunnamius/git-add-then-commit/blob/408e116/src/index.ts#L18 +[7]: https://github.com/Xunnamius/git-add-then-commit/blob/1724eab/src/index.ts#L18 -[8]: https://github.com/Xunnamius/git-add-then-commit/blob/408e116/src/index.ts#L16 +[8]: https://github.com/Xunnamius/git-add-then-commit/blob/1724eab/src/index.ts#L16 -[9]: https://github.com/Xunnamius/git-add-then-commit/blob/408e116/src/index.ts#L30 +[9]: https://github.com/Xunnamius/git-add-then-commit/blob/1724eab/src/index.ts#L30 -[10]: https://github.com/Xunnamius/git-add-then-commit/blob/408e116/src/index.ts#L36 +[10]: https://github.com/Xunnamius/git-add-then-commit/blob/1724eab/src/index.ts#L36 diff --git a/package-lock.json b/package-lock.json index bf4ae1e..d4c1fd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-add-then-commit", - "version": "0.0.0-development", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26cc389..eecd711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-add-then-commit", - "version": "0.0.0-development", + "version": "1.0.0", "description": "Minimalist CLI tool to automate the git-add-then-commit workflow for conventional commit messages", "keywords": [ "git",