Skip to content

Create a new Skizzle release

Mathieu De Baerdemaeker edited this page Sep 17, 2020 · 2 revisions
  • Change version in package.json (e.g. 1.2.3)
  • Commit with the new version (e.g. git commit -am v1.2.3)
  • Create a tag with new version (e.g. git tag v1.2.3)
  • And now push commit and tags (e.g.e git push && git push --tags)
Clone this wiki locally