Skip to content

Commit

Permalink
update dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sora committed Feb 14, 2022
1 parent a0c6fb2 commit 3f1dd10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ npm install
- Build and test are automatically executed for pull requests.
- GitHub acition will run `npm publish` when a git tag `v<major>.<minor>.<patch>` is pushed to master branch.

## Publish

### Pre-publish checklist

1. Make sure `index.hbs` is referencing the latest version of JavaScript and CSS assets.

### To publish beta build from feature branch

```bash
Expand Down Expand Up @@ -82,7 +88,7 @@ git push origin vX.Y.X

This cause GitHub action to build and publish to npm.

Afterwards, remember to
### Post-publish checklist

1. Update `CHANGELOG.md` to include the latest stable version
2. Add changelog as release notes in [GitHub Releases](https://github.com/osmoscraft/osmosfeed/tags).
Expand Down

0 comments on commit 3f1dd10

Please sign in to comment.