Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 521 Bytes

releasing-a-new-version.md

File metadata and controls

26 lines (21 loc) · 521 Bytes

Releasing a New Version

Contributing

Releasing a new version

  • Bump package.json version
  • [
    • grunt conventionalChangelog
    • cd angular-fullstack-deps
      • git checkout master

      • git pull

      • cd ..

      • gulp updateFixtures:deps

      • cd angular-fullstack-deps

      • git add .

      • git commit -m $VERSION

      • git push

      • # npm publish

        ]

  • git add ./{CHANGELOG.md,angular-fullstack-deps,package.json}
  • git commit -m $VERSION
  • git push
  • # npm publish