[READ-ONLY] Mirror of https://github.com/probablykasper/embler. Turn binaries into applications npmjs.com/package/embler
app builder cli dmg macos node package packager
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Kasper (Aug 20, 2020, 5:01 AM +0200) 3dddb358 6ec69882

+3 -4
+3 -4
README.md
··· 178 178 ``` 179 179 180 180 ### Publish new version 181 - 1. Bump the version number. `<version>` can be `patch`, `minor`, `major` or a version number. 181 + 1. Update CHANGELOG.md 182 + 2. Bump the version number and commit/tag. `<version>` can be `patch`, `minor`, `major` or a version number. 182 183 ``` 183 184 npm version <version> 184 185 ``` 185 - 2. Update CHANGELOG.md 186 - 3. Commit and create git tag 187 - 4. Create GitHub release with release notes 188 186 5. Publish to npm: 189 187 ``` 190 188 npm publish 191 189 ``` 190 + 6. Create GitHub release with release notes