autorel 2.5.22 → 2.5.24
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 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
<
|
|
2
|
-
<source srcset="docs/autorel-logo-light-smol.svg" media="(prefers-color-scheme: light)">
|
|
3
|
-
<source srcset="docs/autorel-logo-dark-smol.svg" media="(prefers-color-scheme: dark)">
|
|
4
|
-
<img src="docs/autorel-logo-light-smol.svg" alt="Logo">
|
|
5
|
-
</picture>
|
|
1
|
+
<img src="docs/autorel.svg" alt="AutoRel" title="AutoRel">
|
|
6
2
|
|
|
7
3
|
[](https://github.com/mhweiner/autorel/actions)
|
|
8
4
|
[]()
|
|
9
5
|
[](https://conventionalcommits.org)
|
|
10
6
|
[](https://github.com/mhweiner/autorel)
|
|
11
7
|
|
|
12
|
-
|
|
8
|
+
AutoRel is a fast, simple, and reliable tool for automating releases based on commit messages.
|
|
13
9
|
|
|
14
10
|
It follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and [Semantic Versioning](https://semver.org/) to do things like:
|
|
15
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.24",
|
|
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)",
|