autorel 2.1.8 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![build status](https://github.com/mhweiner/autorel/actions/workflows/release.yml/badge.svg)](https://github.com/mhweiner/autorel/actions)
8
8
  [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)](https://semver.org)
9
9
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
10
- [![autorel](docs/badge.svg)](https://github.com/mhweiner/autorel)
10
+ [![autorel](https://raw.githubusercontent.com/mhweiner/autorel/main/badge.svg)](https://github.com/mhweiner/autorel)
11
11
 
12
12
  Automate releases based on [SemVer](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Like `semantic-release` and `release-please` but simpler and faster.
13
13
 
@@ -329,6 +329,11 @@ If using our npm publishing feature, the package.json file's version will be upd
329
329
  - Submit an [issue](https://github.com/mhweiner/autorel/issues) with your problem, feature request or bug report
330
330
  - Issue a PR against `main` and request review. Make sure all tests pass and coverage is good.
331
331
  - Write about `autorel` in your blog, tweet about it, or share it with your friends!
332
+ - Support this package by adding our badge to your README:
333
+
334
+ ```markdown
335
+ [![autorel](https://raw.githubusercontent.com/mhweiner/autorel/main/badge.svg)](https://github.com/mhweiner/autorel)
336
+ ```
332
337
 
333
338
  ## License
334
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autorel",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Automate semantic releases based on conventional commits. Similar to semantic-release but much simpler.",
5
5
  "license": "MIT",
6
6
  "author": "Marc H. Weiner <mhweiner234@gmail.com> (https://mhweiner.com)",