generator-angular-fullstack
  • The Angular Full-Stack Generator
  • Getting Started
    • Pre-Requisites
    • Installation
    • Running
    • Project Overview
  • Developing
    • Overview
    • Adding a Route
  • Deployment
    • Manual Deployment
    • Google Cloud Deployment
    • index
  • Generators
    • App
    • Endpoint
  • Contributing
    • Releasing a New Version
    • Commit Style
Powered by GitBook
On this page
  • Contributing
  • Releasing a new version

Was this helpful?

  1. Contributing

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

PreviousEndpointNextCommit Style

Last updated 5 years ago

Was this helpful?