-
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
b547fce
commit 3902191
Showing
3 changed files
with
51 additions
and
1 deletion.
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,29 @@ | ||
{ | ||
"git": { | ||
"commitMessage": "chore: release version ${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"npm": { | ||
"publish": false | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular", | ||
"infile": "CHANGELOG.md" | ||
}, | ||
"@j-ulrich/release-it-regex-bumper": { | ||
"in": { | ||
"file": "scripting/connector.sp", | ||
"search": "#define PLUGIN_VERSION \"(\\d+\\.\\d+\\.\\d+)\"", | ||
"versionCaptureGroup": 1 | ||
}, | ||
"out": { | ||
"file": "scripting/connector.sp", | ||
"search": "#define PLUGIN_VERSION \"(\\d+\\.\\d+\\.\\d+)\"", | ||
"replace": "#define PLUGIN_VERSION \"{{version}}\"" | ||
} | ||
} | ||
} | ||
} |
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,21 @@ | ||
## [0.0.2](https://github.com/tf2pickup-org/connector/compare/0.0.1...0.0.2) (2021-10-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* rename apiKey to secret ([#5](https://github.com/tf2pickup-org/connector/issues/5)) ([b547fce](https://github.com/tf2pickup-org/connector/commit/b547fce997e0480e21430d992b16c35e904b1006)) | ||
|
||
|
||
|
||
## [0.0.1](https://github.com/tf2pickup-org/connector/compare/0.0.1...0.0.2) (2021-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** upload to release asset ([#2](https://github.com/tf2pickup-org/connector/issues/2)) ([8e157d4](https://github.com/tf2pickup-org/connector/commit/8e157d4e208777c89e7dae8251cf1fd56e562efc)) | ||
|
||
|
||
### Features | ||
|
||
* heartbeat initial implementation ([faa32d8](https://github.com/tf2pickup-org/connector/commit/faa32d8c6d2c4452440dc2c995cb2dc2e57f0b59)) | ||
|
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