Skip to content

Commit 6f325d1

Browse files
authored
Update releases.md
1 parent 59d2a58 commit 6f325d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

user/deployment-v2/providers/releases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ specified file (relative to the working directory) on tagged builds.
2525
2626
{% include deploy/providers/releases.md minimal=false %}
2727
28-
## Authenticating with an OAuth token
28+
## OAuth token Authentication
2929
3030
The recommended way to authenticate is to use a GitHub OAuth token with
3131
the `public_repo` or `repo` scope to upload assets.
@@ -37,7 +37,7 @@ GitHub releases. The suggested workaround is to create a [machine
3737
user](https://developer.github.com/v3/guides/managing-deploy-keys/#machine-users)
3838
— a GitHub account that is granted write access on a per repository basis.
3939

40-
## Authentication with a user name and password
40+
## Username and password Authentication
4141

4242
You can also authenticate with your GitHub username and password using the
4343
`user` and `password` options.
@@ -76,7 +76,7 @@ can see.
7676

7777
This gives you an opportunity to examine and edit the draft release.
7878

79-
## Setting the tag at deployment time
79+
## Set the tag at deployment time
8080

8181
GitHub Releases needs the present commit to be tagged at the deployment time.
8282
If you set `on.tags: true`, the commit is guaranteed to have a tag. Depending
@@ -100,7 +100,7 @@ deploy:
100100
```
101101
{: data-file=".travis.yml"}
102102

103-
### When tag is not set at deployment time
103+
### When the tag is not set at deployment time
104104

105105
If the tag is still not set at the time of deployment, the deployment provider
106106
attempts to match the current commit with a tag from remote, and if one is
@@ -134,7 +134,7 @@ deploy:
134134
```
135135
{: data-file=".travis.yml"}
136136

137-
## Deploying to GitHub Enterprise
137+
## Deploy to GitHub Enterprise
138138

139139
In order to upload assets to a GitHub Enterprise repository, override the
140140
`$OCTOKIT_API_ENDPOINT` environment variable with your GitHub Enterprise API
@@ -154,7 +154,7 @@ env:
154154
```
155155
{: data-file=".travis.yml"}
156156

157-
## Uploading Multiple Files
157+
## Upload Multiple Files
158158

159159
You can upload multiple files using yml array notation. This example uploads
160160
two files.
@@ -181,7 +181,7 @@ deploy:
181181

182182
> Note that all paths in `file` are relative to the current working directory, not to [`$TRAVIS_BUILD_DIR`](/user/environment-variables/#default-environment-variables).
183183

184-
## Troubleshooting Git Submodules
184+
## Troubleshoot Git Submodules
185185

186186
GitHub Releases executes a number of git commands during deployment. For this
187187
reason, it is important that the working directory is set to the one for which

0 commit comments

Comments
 (0)