Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore(other): adds standard-version release script
Browse files Browse the repository at this point in the history
Use standard-version to update CHANGELOG.md with changes from the
release and version everything accordingly.

Adds an npm run release command to combine standard-version with
GitHub pages deployment.
  • Loading branch information
waldenraines committed Jul 9, 2020
1 parent efeb0e2 commit ac0a55c
Show file tree
Hide file tree
Showing 3 changed files with 1,912 additions and 92 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ git push origin my-branch

5. Open [this project on GitHub](https://github.com/unchained-capital/caravan), then click “Compare & pull request”.

## Releasing Caravan

Caravan is released to Unchained Capital's GitHub Pages (https://unchained-capital.github.io/) by using the following:

```sh
npm run release
git push --follow-tags origin master
npm run gh-pages
```

## Help needed

Please checkout the open issues for ideas of things to work on.
Expand Down
Loading

0 comments on commit ac0a55c

Please sign in to comment.