Options
All
  • Public
  • Public/Protected
  • All
Menu

@maurodatamapper/mdm-resources - v4.3.2-SNAPSHOT

mdm-resources

Releasing

  • Use GitFlow to release, find the version in package.json.
  • Update package.json with the version being released
  • Install npm modules
  • Build lib
  • Commit the files in lib and the package.json file with the commit message Release <release version>
  • Finish the release using git flow
  • Checkout the develop branch and update the version in package.json to the next snaphot
  • Push the main & develop branches and the new tag
# Start release
$ git flow release start <Next release>

# Install npm modules
$ npm install

# Build
$ npm build

# Commit

# Finish the release
$ git flow release finish <Next release>

# Update version on develop branch
# Push 
$ git push --all && git push --tags

Generated using TypeDoc