Skip to content

Commit dcf04d0

Browse files
feat: Build for release
1 parent 8ecb7fb commit dcf04d0

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ Once you publish the release, this action will automatically
1212
1. Change [tags](#tags) to release branch
1313
1. Change release tag
1414

15+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
16+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17+
18+
19+
- [Screenshots](#screenshots)
20+
- [Installation](#installation)
21+
- [Required parameter](#required-parameter)
22+
- [ACCESS_TOKEN](#access_token)
23+
- [Options](#options)
24+
- [BUILD_COMMAND](#build_command)
25+
- [COMMIT_MESSAGE](#commit_message)
26+
- [COMMIT_NAME](#commit_name)
27+
- [COMMIT_EMAIL](#commit_email)
28+
- [BRANCH_NAME](#branch_name)
29+
- [CLEAN_TARGETS](#clean_targets)
30+
- [CREATE_MAJOR_VERSION_TAG](#create_major_version_tag)
31+
- [CREATE_MINOR_VERSION_TAG](#create_minor_version_tag)
32+
- [OUTPUT_BUILD_INFO_FILENAME](#output_build_info_filename)
33+
- [Action event details](#action-event-details)
34+
- [Target event](#target-event)
35+
- [Target action](#target-action)
36+
- [Motivation](#motivation)
37+
- [Addition](#addition)
38+
- [tags](#tags)
39+
- [Sample GitHub Actions](#sample-github-actions)
40+
- [Author](#author)
41+
42+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
43+
1544
## Screenshots
1645
1. Before publish release
1746
<img src="https://raw.githubusercontent.com/technote-space/release-github-actions/images/screenshot-1.png" alt="step1" width=500/>

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tagName":"v1.1.5","branch":"gh-actions","tags":["v1.1.5","v1","v1.1"],"updated_at":"2019-08-29T10:14:45.645Z"}
1+
{"tagName":"v1.1.6","branch":"gh-actions","tags":["v1.1.6","v1","v1.1"],"updated_at":"2019-08-30T18:46:08.517Z"}

0 commit comments

Comments
 (0)