Skip to content

Commit

Permalink
doc(README): update CI badge URLs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Jun 5, 2022
1 parent 32acba2 commit a398209
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
11 changes: 10 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@

### Unreleased


### [1.0.3] - 2022-06-05

- ci: replace hard coded vers with node-lts-versions
- * ci(publish): add secrets: inherit
- ci: use reusable workflows (#18)


### 1.0.2 - 2022-05-23

- packaging updates
- ci: replace hard coded node versions with node-lts-versions


### 1.0.1 - 2021-02-04
Expand All @@ -16,3 +24,4 @@
### 1.0.0 - 2017-02-02

- initial release
[1.0.3]: https://github.com/haraka/haraka-plugin-template/releases/tag/1.0.3
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[![Unix Build Status][ci-img]][ci-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![CI Test Status][ci-img]][ci-url]
[![Code Climate][clim-img]][clim-url]

[![NPM][npm-img]][npm-url]

# haraka-plugin-template
Expand Down Expand Up @@ -70,10 +68,8 @@ $EDITOR config/template.ini


<!-- leave these buried at the bottom of the document -->
[ci-img]: https://github.com/haraka/haraka-plugin-template/workflows/Plugin%20Tests/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-template/actions?query=workflow%3A%22Plugin+Tests%22
[ci-win-img]: https://github.com/haraka/haraka-plugin-template/workflows/Plugin%20Tests%20-%20Windows/badge.svg
[ci-win-url]: https://github.com/haraka/haraka-plugin-template/actions?query=workflow%3A%22Plugin+Tests+-+Windows%22
[ci-img]: https://github.com/haraka/haraka-plugin-template/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-template/actions/workflows/ci.yml
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-template/badges/gpa.svg
[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-template
[npm-img]: https://nodei.co/npm/haraka-plugin-template.png
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-template",
"version": "1.0.2",
"version": "1.0.3",
"description": "Haraka plugin that frobnicates email connections",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a398209

Please sign in to comment.