From 3bef7c0cd4f66a41ed3fba74dd4482577e7a4b29 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 12 Dec 2023 13:59:33 -0800 Subject: [PATCH] Release v1.0.6 (#26) * ci(publish): only when package.json modified --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 ++ .release | 2 +- Changes.md | 6 ++++++ package.json | 4 ++-- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eae1ac..21b3f6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: [ push ] +on: [ push, pull_request ] env: CI: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42a9bb9..d489fbd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,8 @@ on: push: branches: - master + paths: + - package.json env: CI: true diff --git a/.release b/.release index 9be2b27..0890e94 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit 9be2b270ef836bcfefda085674bf62e2a91defe8 +Subproject commit 0890e945e4e061c96c7b2ab45017525904c17728 diff --git a/Changes.md b/Changes.md index 68718c5..fe021eb 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ ### Unreleased +### [1.0.6] - 2023-12-12 + +- ci(publish): only when package.json modified + + ### [1.0.5] - 2022-06-05 - ci: replace appveyor & travis with GitHub actions @@ -39,3 +44,4 @@ [1.0.4]: https://github.com/haraka/haraka-plugin-syslog/releases/tag/1.0.4 [1.0.5]: https://github.com/haraka/haraka-plugin-syslog/releases/tag/1.0.5 +[1.0.6]: https://github.com/haraka/haraka-plugin-syslog/releases/tag/1.0.6 diff --git a/package.json b/package.json index a828960..c6202be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-syslog", - "version": "1.0.5", + "version": "1.0.6", "description": "Haraka plugin that logs to syslog", "main": "index.js", "scripts": { @@ -34,4 +34,4 @@ "haraka-test-fixtures": "*", "mocha": ">=9" } -} \ No newline at end of file +}