[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 18, 2020, 12:28 PM +0200) f477488b 5f4d569a

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