Skip to content

Commit

Permalink
ci(publish): only when package.json modified
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent b299115 commit 8b9dc4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 4 files
+6 −2 CHANGELOG.md
+8 −0 README.md
+4 −1 finish.sh
+2 −2 submit.sh
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"haraka-test-fixtures": "*",
"mocha": ">=9"
}
}
}

0 comments on commit 8b9dc4d

Please sign in to comment.