autorel 1.1.5 → 1.1.6
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Autorel automatically does the following, if appropriate:
|
|
|
17
17
|
- Publishes the package to NPM
|
|
18
18
|
- Runs any arbitrary command or bash script
|
|
19
19
|
|
|
20
|
-
_Currently only
|
|
20
|
+
_Currently only has built-in support for `GitHub` and `NPM`, but you can write your own scripts to support other systems and languages._
|
|
21
21
|
|
|
22
22
|
**✅ Conventional Commit and SemVer Compliant**
|
|
23
23
|
- 100% compliant with Conventional Commits and SemVer out of the box, including "!" for breaking changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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)",
|