autorel 2.6.16 → 2.6.17
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
|
@@ -159,7 +159,7 @@ Create a `.autorel.yaml` file in your project root:
|
|
|
159
159
|
# Define the branches and their respective channels
|
|
160
160
|
branches:
|
|
161
161
|
- {name: 'main'}
|
|
162
|
-
- {name: 'next',
|
|
162
|
+
- {name: 'next', preRelease: 'next'}
|
|
163
163
|
|
|
164
164
|
# Enable publishing to npm
|
|
165
165
|
publish: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.17",
|
|
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)",
|