From ced836a16355cfb65e10b61c2097c5b2bd47b192 Mon Sep 17 00:00:00 2001 From: Arjun Vegda <14841132+arjunvegda@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:18:36 -0500 Subject: [PATCH 1/2] ci: remove paths-ignore (#50) --- .github/workflows/lint-test.yml | 10 ++++++---- .github/workflows/release.yml | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) 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: From 96ac95c1cbbc44988e81207e1588044706d5441d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 19:20:05 +0000 Subject: [PATCH 2/2] chore(release): 1.1.0-next.4 [skip ci] # [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)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",