> For the complete documentation index, see [llms.txt](https://awk34.gitbook.io/generator-angular-fullstack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awk34.gitbook.io/generator-angular-fullstack/contributing/releasing-a-new-version.md).

# 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`
