diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 36ea4b3..fb97218 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -1,11 +1,13 @@ name: Lint & Test on: push: - paths-ignore: - - 'website/**' + paths: + - '**' + - '!website/**' pull_request: - paths-ignore: - - 'website/**' + paths: + - '**' + - '!website/**' jobs: test: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ca45f7..4ad02b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,8 +8,9 @@ on: branches: - main - next - paths-ignore: - - 'website/**' + paths: + - '**' + - '!website/**' jobs: lint-test: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b05b85c..732873d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-next.4](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.3...v1.1.0-next.4) (2022-02-21) + + +### Bug Fixes + +* trigger build, empty commit ([#45](https://github.com/arjunvegda/japanese-moji/issues/45)) ([96d3c03](https://github.com/arjunvegda/japanese-moji/commit/96d3c0369aadee560cc6aee1742e977a31e2a718)) + # [1.1.0-next.3](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.2...v1.1.0-next.3) (2022-02-21) diff --git a/package.json b/package.json index 85b3cb9..f5f0a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "japanese-moji", - "version": "1.1.0-next.3", + "version": "1.1.0-next.4", "description": "A toolkit to validate Japanese characters", "type": "module", "packageManager": "yarn@3.1.1",