Skip to content

Commit

Permalink
Doc(contributing): more explicit link check guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ghybs committed Mar 26, 2017
1 parent 938ab8b commit 29b9e9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Normally done by the package owner only.
[`major` / `minor` / `patch`]
`-m "v%s: git commit title and description"`
3. Push to GitHub.
4. Edit the release tag on GitHub. Upload the dist files in there, keeping their filename intact.
5. Make sure the links on README are functional.
4. Edit the release tag on GitHub. Upload the dist files in there, keeping
their filename intact.
5. Make sure the links on README are functional (except for unpkg CDN, since
the new version is not published yet to npm).
6. Publish to npm registry: `npm publish`

0 comments on commit 29b9e9b

Please sign in to comment.