Closed engfragui closed 1 year ago
This PR updates the README file to include more detailed pre-release and release instructions.
This was inspired by @gnapse's thorough comment, explaining me how to release the reactist package: https://github.com/Doist/reactist/pull/712#issuecomment-1315464185
npm run validate
CHANGELOG.md
package.json
package-lock.json
npm --no-git-tag-version version <major|minor|patch>
npm run build-all
Does not require a new version, as this is just a README update.
Short description
This PR updates the README file to include more detailed pre-release and release instructions.
This was inspired by @gnapse's thorough comment, explaining me how to release the reactist package: https://github.com/Doist/reactist/pull/712#issuecomment-1315464185
PR Checklist
npm run validate
and made sure no errors / warnings were shownCHANGELOG.md
package.json
andpackage-lock.json
(npm --no-git-tag-version version <major|minor|patch>
) refnpm run build-all
)Versioning
Does not require a new version, as this is just a README update.