Skip to content

Commit 080b0eb

Browse files
feat: Build for release
1 parent dab5b78 commit 080b0eb

File tree

20 files changed

+37
-4727
lines changed

20 files changed

+37
-4727
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
### Target action
4141
- published
4242
### Branch name
43-
- Tag name
43+
- [BRANCH_NAME](#branch_name)
4444
4545
## Options
4646
### BUILD_COMMAND
@@ -73,11 +73,27 @@ default: `'GitHub Actions'`
7373
Commit email.
7474
default: `'[email protected]'`
7575

76+
### BRANCH_NAME
77+
Branch name for GitHub Actions release.
78+
default: `'gh-actions'`
79+
7680
### CLEAN_TARGETS
7781
Files or directories to delete before release (Comma separated).
7882
default: `.github,__tests__,src,.gitignore,*.js,*.json,*.lock`
7983
Absolute path and `..` are not permitted to use.
8084

85+
### CREATE_MAJOR_VERSION_TAG
86+
Whether to create major version tag.
87+
default: `true`
88+
Set to `false` if you do not want to create a major version tag.
89+
[Detail of tags](#tags)
90+
91+
### CREATE_MINOR_VERSION_TAG
92+
Whether to create minor version tag.
93+
default: `true`
94+
Set to `false` if you do not want to create a minor version tag.
95+
[Detail of tags](#tags)
96+
8197
## Addition
8298
### tags
8399
Tag name format must be [Semantic Versioning](https://semver.org/).

__tests__/fixtures/test2/package.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

__tests__/fixtures/test3/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

__tests__/fixtures/test4/package.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

__tests__/fixtures/test5/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

__tests__/fixtures/test6/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

__tests__/util.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)