Skip to content

Commit a2596a2

Browse files
feat: Build for release
1 parent 2703104 commit a2596a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Once you publish the release, this action will automatically
3232
- [OUTPUT_BUILD_INFO_FILENAME](#output_build_info_filename)
3333
- [FETCH_DEPTH](#fetch_depth)
3434
- [TEST_TAG_PREFIX](#test_tag_prefix)
35+
- [ORIGINAL_TAG_PREFIX](#original_tag_prefix)
3536
- [Action event details](#action-event-details)
3637
- [Target events](#target-events)
3738
- [Motivation](#motivation)
@@ -151,10 +152,15 @@ Limit fetching to the specified number of commits from the tip of each remote br
151152
default: `3`
152153

153154
### TEST_TAG_PREFIX
154-
Tag name prefix for test.
155+
Prefix for test tag.
155156
default: `''`
156157
ex. `'test/'`
157158

159+
### ORIGINAL_TAG_PREFIX
160+
Prefix to add when leaving the original tag.
161+
default: `''`
162+
ex. `'original/'`
163+
158164
## Action event details
159165
### Target events
160166
- push: *

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tagName":"test/v1.2.3.5","branch":"gh-actions","tags":["test/v1.2.3.5","test/v1","test/v1.2"],"updated_at":"2019-09-19T05:06:48.837Z"}
1+
{"tagName":"v1.2.3","branch":"gh-actions","tags":["v1.2.3","v1","v1.2"],"updated_at":"2019-09-19T05:30:40.210Z"}

0 commit comments

Comments
 (0)