Skip to content

Commit

Permalink
Merge pull request #38 from pactsafe/deploy-steps
Browse files Browse the repository at this point in the history
Deploy steps
  • Loading branch information
Kyle Peeler authored Oct 21, 2021
2 parents c0d3fc2 + 1a1e537 commit 17ab389
Show file tree
Hide file tree
Showing 3 changed files with 2,921 additions and 95 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@
- `npm run build` will build the component for publishing to npm (generating \lib, \es, and \umd directories) and also bundle the demo app.

- `npm run clean` will delete built resources.

## Deploying

- Commit all changes you want to `master` before running the following...
- [`np`](https://github.com/sindresorhus/np) will walk you through it
- You may need to bug @mewelling to turn off branch protection rules
- You can run this by running `npm run release`
- Follow [semver](https://semver.org/) when choosing a version
Loading

0 comments on commit 17ab389

Please sign in to comment.