Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Streamline release steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Aug 3, 2019
1 parent b5df4b9 commit 53afa10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Releasing

- Update and commit card images
- `make update-cards`
- `make download-images`
- `make copy-images`
- `make check-images`
- Update version number in `package.json`
- Bump major version when the JSON format changes in a breaking way
- Bump minor version when new cards are added
- Bump patch version when card images are updated
- Update manifests: `make create-manifests`
- Update card images and manifests
- `make update-cards`
- `make download-images`
- `make copy-images`
- `make check-images`
- `make create-manifests`
- Update `README.md` with new card images if desired
- Commit: `git commit`
- Tag release: `v=$(jq .version -r package.json) git tag -s $v -m "Release $v."`
Expand Down

0 comments on commit 53afa10

Please sign in to comment.