Compare commits

...

2 Commits

Author SHA1 Message Date
Conventional Changelog Action
7eb72f78f3 chore 🤖: Release v1.0.12 [skip ci] 2023-09-22 21:04:55 +00:00
6e3c2690fc fix: correct double message 2023-09-22 21:03:32 +00:00
4 changed files with 3496 additions and 3487 deletions

View File

@@ -66,7 +66,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }} if: ${{ github.event_name != 'pull_request' }}
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
git-message: "chore 🤖: Release {version} [skip ci]" git-message: "chore 🤖: Release {version}"
output-file: "CHANGELOG.md" output-file: "CHANGELOG.md"
tag-prefix: "v" tag-prefix: "v"
fallback-version: "1.0.0" fallback-version: "1.0.0"

View File

@@ -1,3 +1,12 @@
## [1.0.12](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.11...v1.0.12) (2023-09-22)
### Bug Fixes
* correct double message ([6e3c269](https://github.com/dangeroustech/ZeroTierBridge/commit/6e3c2690fc612e42c1d2818cc8d4bdfb9d5e39ba))
## [1.0.11](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.10...v1.0.11) (2023-09-22) ## [1.0.11](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.10...v1.0.11) (2023-09-22)

View File

@@ -1,3 +1,3 @@
{ {
"version": "1.0.11" "version": "1.0.12"
} }

File diff suppressed because it is too large Load Diff