autorel 2.1.6 → 2.1.8

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,9 @@
5
5
  </picture>
6
6
 
7
7
  [![build status](https://github.com/mhweiner/autorel/actions/workflows/release.yml/badge.svg)](https://github.com/mhweiner/autorel/actions)
8
- [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)]()
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
11
 
11
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.
12
13
 
@@ -174,7 +175,7 @@ When used as a library, you can pass the configuration directly to the `autorel`
174
175
 
175
176
  All arguments are optional, but setting `branches` is recommended.
176
177
 
177
- > ❗️ The `yaml` configuration file must be named `.autorel.yml` and be in the root of your project.
178
+ > ❗️ The `yaml` configuration file must be named `.autorel.yaml` and be in the root of your project.
178
179
 
179
180
  [See sample YAML configuration](#sample-yaml-configuration)
180
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autorel",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
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)",