Skip to content

Commit

Permalink
Release v1.0.6 (#26)
Browse files Browse the repository at this point in the history
* ci(publish): only when package.json modified
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent 9631a43 commit 3bef7c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [ push ]
on: [ push, pull_request ]

env:
CI: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- package.json

env:
CI: true
Expand Down
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 3bef7c0

Please sign in to comment.