You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `grunt release` task will do most of the work for you, see [`grunt-release`](https://github.com/geddski/grunt-release) for semver usage.
78
+
79
+
* Manually bump `package.json` version.
80
+
81
+
*note: this step will be removed once `3.0.0` is released*
82
+
83
+
* Run the release task `grunt release`.
84
+
85
+
*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)*
86
+
87
+
* Push and publish the `angular-fullstack-deps` submodule.
0 commit comments