autorel 2.2.8-next.9 → 2.2.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://semver.org)
|
|
9
9
|
[](https://conventionalcommits.org)
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
11
|
-
[](https://github.com/mhweiner/autorel)
|
|
12
12
|
|
|
13
13
|
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.
|
|
14
14
|
|
|
@@ -368,7 +368,7 @@ If you need access to the new version number in your CI/CD pipeline, you can use
|
|
|
368
368
|
- Support this package by adding our badge to your README:
|
|
369
369
|
|
|
370
370
|
```markdown
|
|
371
|
-
[](https://github.com/mhweiner/autorel)
|
|
372
372
|
```
|
|
373
373
|
|
|
374
374
|
# Contributors & Maintainers Wanted!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.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)",
|