Skip to content

Commit

Permalink
Merge pull request #142 from microsoft/orta-deploy-docs
Browse files Browse the repository at this point in the history
Update README.md for deploy docs
  • Loading branch information
Orta Therox committed Apr 12, 2021
2 parents f7eea49 + be5f805 commit 4f0f29b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ For JSPM users:
}
```

## Deployment

- Choose your new version number
- Set it in `package.json` and `bower.json`
- Create a tag: `git tag [version]`
- Push the tag: `git push --tags`
- Create a [release in GitHub](https://github.com/microsoft/tslib/releases)
- Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow

Done.

# Contribute

Expand Down

0 comments on commit 4f0f29b

Please sign in to comment.