@inditextech/docouture-cli 0.1.0-SNAPSHOT.63.1 → 0.1.0-SNAPSHOT.64.1
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.
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
146
146
|
|
|
147
147
|
MESSAGE="
|
|
148
148
|
### :rocket: Docs Release Preview
|
|
149
|
-
Merging this Pull Request will release **\`${TAG}\`**."
|
|
149
|
+
Merging this Pull Request will release the docs site as **\`${TAG}\`**."
|
|
150
150
|
|
|
151
151
|
if [ "$EXISTED" = "true" ]; then
|
|
152
152
|
MESSAGE="${MESSAGE}
|
|
@@ -194,5 +194,5 @@ jobs:
|
|
|
194
194
|
- name: Add PR comment with release preview
|
|
195
195
|
run: |
|
|
196
196
|
gh pr comment ${{ github.event.number }} --body "
|
|
197
|
-
### :exclamation: This Pull Request will not trigger a release
|
|
198
|
-
A Pull Request with no \`docs/release\` label will not trigger a release — label it \`docs/release\` if you want this merge to release the docs site."
|
|
197
|
+
### :exclamation: This Pull Request will not trigger a docs release
|
|
198
|
+
A Pull Request with no \`docs/release\` label will not trigger a docs site release — label it \`docs/release\` if you want this merge to release the docs site."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inditextech/docouture-cli",
|
|
3
|
-
"version": "0.1.0-SNAPSHOT.
|
|
3
|
+
"version": "0.1.0-SNAPSHOT.64.1",
|
|
4
4
|
"description": "Command-line tool for docouture documentation sites: scaffold a new site and set its Antora version outside the monorepo",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|