Skip to content

Commit

Permalink
release: 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-01-29)

### Build System

* **build-test-deploy.yml:** drop support for webpack 4 ([66d531e](66d531e))
* **cleanup.yml:** fix bug for new package repos ([0792f9a](0792f9a))
* **integration-node-cli.test.ts:** add proper git config ([3947d23](3947d23))
* **package.json:** add @types/yargs explicitly ([1183c65](1183c65))

### Features

* Initial commit ([1e08a88](1e08a88))
* Upgrade to semantic-release-based pipeline ([3074894](3074894))
  • Loading branch information
xunn-bot committed Jan 29, 2021
1 parent 1724eab commit 968e4d7
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 7 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 968e4d7

Please sign in to comment.