You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,21 @@ Github release CLI is a tool primarily created to circumvent the Travis issue th
5
5
🔧 Usage
6
6
----
7
7
The github-travis-releaser takes enviroment variables from travis and parses them so that you don't have to.
8
-
The only variables you need to take into concideration are:
9
8
9
+
#### The only variables you need to take into concideration are:
10
10
| Name | Optional | Description |
11
11
|------|----------|-------------|
12
12
| GITHUB_OATH_TOKEN |`true`| The oath token from github, needed to get the access to create the release |
13
13
| BODY |`false`| The body of the release, can be markdown. It's recomended to use `$(envsubst < ./CHANGELOG.md)` or `$(cat ./CHANGELOG.md)` for longer bodies |
14
14
| FILES |`false`| The path to the file(s) that should be uploaded. Wildcards can be used (e.g. `release-files/*`) |
15
15
| RELEASE_NAME |`false`| The name (title) of the release. If nothing is set, it will be the same as the tag name |
Copy file name to clipboardExpand all lines: assets/CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
1
🔧 Usage
2
2
----
3
3
The github-travis-releaser takes enviroment variables from travis and parses them so that you don't have to.
4
-
The only variables you need to take into concideration are:
5
4
5
+
#### The only variables you need to take into concideration are:
6
6
| Name | Optional | Description |
7
7
|------|----------|-------------|
8
8
| GITHUB_OATH_TOKEN |`true`| The oath token from github, needed to get the access to create the release |
9
9
| BODY |`false`| The body of the release, can be markdown. It's recomended to use `$(envsubst < ./CHANGELOG.md)` or `$(cat ./CHANGELOG.md)` for longer bodies |
10
10
| FILES |`false`| The path to the file(s) that should be uploaded. Wildcards can be used (e.g. `release-files/*`) |
11
11
| RELEASE_NAME |`false`| The name (title) of the release. If nothing is set, it will be the same as the tag name |
0 commit comments