Skip to content

Commit

Permalink
Merge pull request #30 from AnotherStranger/fix/duplicated-changelog
Browse files Browse the repository at this point in the history
fix(ci): 🩹 remove duplicate definition of releasenot…
  • Loading branch information
AnotherStranger authored Mar 31, 2023
2 parents facf1ac + e548e13 commit bf44749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint-fix
args:
- "-i"
- "CHANGELOG.md"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
hooks:
Expand Down
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
[
"@semantic-release/github"
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# [1.9.0-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.8.1...v1.9.0-rc.1) (2023-03-31)


### Features

* **docs:** :memo: add changelog.md generation to repository ([6fce777](https://github.com/AnotherStranger/docker-borg-backup/commit/6fce777c4ac38383102913ff33038f57cee3c8e7))





# [1.9.0-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.8.1...v1.9.0-rc.1) (2023-03-31)


### Features

* **docs:** :memo: add changelog.md generation to repository ([6fce777](https://github.com/AnotherStranger/docker-borg-backup/commit/6fce777c4ac38383102913ff33038f57cee3c8e7))

0 comments on commit bf44749

Please sign in to comment.