mirror of
https://github.com/donl/slouch.git
synced 2026-06-30 06:11:57 -06:00
14 lines
402 B
Markdown
14 lines
402 B
Markdown
# Building
|
|
|
|
## Set up
|
|
|
|
- `npm login`
|
|
|
|
## Build
|
|
|
|
- `git checkout master`
|
|
- `npm version minor` or `npm version patch`
|
|
- `npm publish`
|
|
- Find the [target milestone](https://github.com/redgeoff/slouch/milestones) and use this link in the release notes.
|
|
- Find the new tag at [releases](https://github.com/redgeoff/slouch/releases), edit the tag and publish the release
|
|
- Close the milestone
|