Skip to content

Commit 11ff7ee

Browse files
author
Bouzaiene Chamesddine
committed
1.1.7
1 parent 06a0b0f commit 11ff7ee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/changelog.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
14-
- name: Build Changelog
15-
if: startsWith(github.ref, 'refs/tags/')
16-
id: github_release
17-
uses: mikepenz/release-changelog-builder-action@v1
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
15+
- name: "enforcer"
16+
- uses: dangoslen/changelog-enforcer@v2
17+
with:
18+
changeLogPath: 'CHANGELOG.md'
19+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-component-lib-boilerplate",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a boilerplate for creating react components library",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",

0 commit comments

Comments
 (0)