Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = function (grunt) {
},
release: {
options: {
bump: false, // remove after 3.0.0 release
commitMessage: '<%= version %>',
tagName: '<%= version %>',
file: 'package.json',
Expand Down
10 changes: 2 additions & 8 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,9 @@ A detailed explanation can be found in this [document][commit-message-format].
# Releasing
*(for contributors with push access)*

The `grunt release` task will do most of the work for you, see [`grunt-release`](https://github.com/geddski/grunt-release) for semver usage.
The `grunt release` task will do most of the work for you, see [`grunt-release`](https://github.com/geddski/grunt-release#using-grunt-release) for valid release targets.

* Manually bump `package.json` version.

*note: this step will be removed once `3.0.0` is released*

* Run the release task `grunt release`.

*note: once `3.0.0` is released you will need to use a valid `grunt-release` target, see [here](https://github.com/geddski/grunt-release#using-grunt-release)*
* Run the release task `grunt release:RELEASE_TARGET`.

* Push and publish the `angular-fullstack-deps` submodule.
```bash
Expand Down