autorel 2.5.19 → 2.5.21
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<picture>
|
|
2
|
-
<source srcset="docs/autorel-logo-light.svg" media="(prefers-color-scheme: light)">
|
|
3
|
-
<source srcset="docs/autorel-logo-dark.svg" media="(prefers-color-scheme: dark)">
|
|
4
|
-
<img src="docs/autorel-logo-light.svg" alt="Logo">
|
|
5
|
-
</picture>
|
|
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>
|
|
6
6
|
|
|
7
7
|
[](https://github.com/mhweiner/autorel/actions)
|
|
8
8
|
[]()
|
|
9
9
|
[](https://conventionalcommits.org)
|
|
10
10
|
[](https://github.com/mhweiner/autorel)
|
|
11
11
|
|
|
12
|
-
**Autorel** is a fast, simple, and reliable tool for automating releases based on commit messages.
|
|
12
|
+
🚀 **Autorel** is a fast, simple, and reliable tool for automating releases based on commit messages.
|
|
13
13
|
|
|
14
14
|
It follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and [Semantic Versioning](https://semver.org/) to do things like:
|
|
15
15
|
|
|
@@ -19,7 +19,7 @@ It follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/
|
|
|
19
19
|
- Publish to npm registry (or other package managers)
|
|
20
20
|
- Run custom scripts or commands with the new version number available as an environment variable
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
Like `semantic-release` or `release-please`, but faster, more reliable, and easier to use.
|
|
23
23
|
|
|
24
24
|
Supports GitHub Actions and npm (Node.js) natively. You can add custom scripts for other languages and systems (or contribute built-in support).
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.21",
|
|
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)",
|