This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6de8d31
commit db2f1e4
Showing
7 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [1.0.0](https://github.com/tophat/commit-utils/compare/[email protected]@1.0.0) "commit-watch" (2022-11-02)<a name="1.0.0"></a> | ||
|
||
### Breaking Changes | ||
|
||
* Full rewrite of commit watch. Subtle changes in config API. Removal of config file support, added CLI flags. Note that environment variables have stayed the same. ([ff33c1a](https://github.com/tophat/commit-utils/commits/ff33c1a)) | ||
|
||
### Dependencies | ||
|
||
* update dependency @types/node to ^18.11.9 (#137) ([bf5e8c1](https://github.com/tophat/commit-utils/commits/bf5e8c1)) | ||
|
||
### Features | ||
|
||
* migrate commit-watch to TypeScript ([ff33c1a](https://github.com/tophat/commit-utils/commits/ff33c1a)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "commit-watch", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "commit message status check for continuous integration", | ||
"author": "Top Hat Monocle Corp. <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -32,7 +32,7 @@ | |
"@commitlint/format": "^17.0.0", | ||
"@commitlint/lint": "^17.1.0", | ||
"@commitlint/types": "^17.0.0", | ||
"@tophat/commitlint-config": "workspace:*", | ||
"@tophat/commitlint-config": "workspace:^1.0.1", | ||
"axios": "^1.1.3", | ||
"chalk": "^4.1.2", | ||
"clipanion": "^3.2.0-rc.13", | ||
|
@@ -41,7 +41,7 @@ | |
"typanion": "^3.12.1" | ||
}, | ||
"peerDependencies": { | ||
"@tophat/commitlint-config": ">= 1.0.0" | ||
"@tophat/commitlint-config": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/git-raw-commits": "^2.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,15 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [1.0.1](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitizen-adapter" (2022-11-02)<a name="1.0.1"></a> | ||
|
||
### Dependencies | ||
|
||
* update dependency @types/node to ^18.11.9 (#137) ([bf5e8c1](https://github.com/tophat/commit-utils/commits/bf5e8c1)) | ||
|
||
|
||
|
||
|
||
## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitizen-adapter" (2022-10-19)<a name="1.0.0"></a> | ||
|
||
### Breaking Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,15 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [1.0.1](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitlint-config" (2022-11-02)<a name="1.0.1"></a> | ||
|
||
### Bug Fixes | ||
|
||
* typescript types in rule object ([de03771](https://github.com/tophat/commit-utils/commits/de03771)) | ||
|
||
|
||
|
||
|
||
## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitlint-config" (2022-10-19)<a name="1.0.0"></a> | ||
|
||
### Breaking Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters