Skip to content

Commit 5223427

Browse files
authored
chore(docs): Remove outdated information in collaborators' guide (#1271)
1 parent 8013830 commit 5223427

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

COLLABORATOR_GUIDE.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* [Releases](#releases)
66
* [Getting dependencies](#getting-dependencies)
77
* [npm access](#npm-access)
8-
* [GitHub personal access token](#github-personal-access-token)
98
* [Deciding what type of version release](#deciding-what-type-of-version-release)
109
* [Doing a release](#doing-a-release)
1110
* [Doc credit](#doc-credit)
@@ -31,12 +30,6 @@ npm owner ls @videojs/http-streaming
3130
If you are a core committer, you can request access to npm from one of the current owners.
3231
Access is managed via an [npm organization][npm org] for [Video.js][vjs npm].
3332

34-
#### GitHub personal access token
35-
36-
This is used to make a GitHub release on videojs. You can get a token from the [personal access tokens](https://github.com/settings/tokens) page.
37-
38-
After generating one, make sure to keep it safe because GitHub will not show the token for you again. A good place to save it is Lastpass Secure Notes.
39-
4033
### Deciding what type of version release
4134

4235
Since we follow the [conventional changelog conventions][conventions], all commits are prepended with a type, most commonly `feat` and `fix`.
@@ -81,7 +74,7 @@ Afterwards, you want to push the commit and the tag to the repo.
8174
It's necessary to do this before running `npm publish` because our GitHub release automation relies on the commit being available on GitHub.
8275

8376
```sh
84-
git push --follow-tags origin master
77+
git push --follow-tags origin main
8578
```
8679

8780
Publish to npm.
@@ -90,8 +83,6 @@ Publish to npm.
9083
npm publish
9184
```
9285

93-
After it's done, [create a release in github](https://github.com/videojs/http-streaming/releases/new) with latest tag, no title, description copied from [the changelog](https://github.com/videojs/http-streaming/blob/master/CHANGELOG.md), and the .min.js and .js dist files attached.
94-
9586
If it's a large enough release, consider writing a blog post as well.
9687

9788
## Doc credit

0 commit comments

Comments
 (0)