Skip to content

Commit 6ef4cde

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

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,7 @@ The following tags will be created or attached to latest release.
103103
- e.g. `v1`
104104
- minor tag name (generated by tag name)
105105
- e.g. `v1.2`
106+
107+
## Author
108+
[GitHub (Technote)](https://github.com/technote-space)
109+
[Blog](https://technote.space)

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
theme: jekyll-theme-architect
2+
3+
# Google Analytics
4+
google_analytics: UA-78163306-3

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ inputs:
3232
CREATE_MINOR_VERSION_TAG:
3333
description: Whether to create minor version tag.
3434
default: true
35+
branding:
36+
icon: 'tag'
37+
color: 'green'
3538
runs:
3639
using: node12
3740
main: lib/main.js

0 commit comments

Comments
 (0)