Skip to content

Commit 8720ae2

Browse files
authored
Merge pull request #17 from saturdaymp/feature/fix-release-notes-action-on-main
Fix release notes action error on main branch
2 parents 4f4e2d9 + 32773c2 commit 8720ae2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release-notes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ jobs:
5656
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 #v6.0.1
5757
with:
5858
commit_message: Committing auto generated change log.
59-
file_pattern: CHANGELOG.md
59+
file_pattern: CHANGELOG.md
60+
push_options: --force

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v2.1.0 (Jan, 16, 2024)
22

33

4-
As part of this release we had [3 issues](https://github.com/saturdaymp/BEMCheckBox/milestone/2?closed=1) closed.
4+
As part of this release we had [4 issues](https://github.com/saturdaymp/BEMCheckBox/milestone/2?closed=1) closed.
55

66

77

@@ -13,6 +13,10 @@ __DevOps__
1313

1414
- [__!12__](https://github.com/saturdaymp/BEMCheckBox/pull/12) Update macOS and GitHub Action Versions in CI
1515
- [__!13__](https://github.com/saturdaymp/BEMCheckBox/pull/13) Update GitVersion
16+
17+
__enhancement__
18+
19+
- [__!15__](https://github.com/saturdaymp/BEMCheckBox/pull/15) Add accessibility support for BEMCheckBox
1620

1721
## v2.0.0 (Aug, 3, 2023)
1822

@@ -54,12 +58,7 @@ Added new delegate and BEMCheckBoxDelegate protocol used to receive check box ev
5458

5559

5660
First stable release of **BEMCheckBox**
57-
Delegate protocol used to receive check box events.
58-
## 1.0.0 (Oct, 10, 2015)
59-
60-
61-
First stable release of **BEMCheckBox**
62-
sed to receive check box events.
61+
to receive check box events.
6362
## 1.0.0 (Oct, 10, 2015)
6463

6564

0 commit comments

Comments
 (0)