Skip to content

Commit 4268107

Browse files
kingcodyAwk34
authored andcommitted
chore(gen): remove pre-3.0.0 release code and docs
[ci skip]
1 parent 586f3ee commit 4268107

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Diff for: Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = function (grunt) {
4040
},
4141
release: {
4242
options: {
43-
bump: false, // remove after 3.0.0 release
4443
commitMessage: '<%= version %>',
4544
tagName: '<%= version %>',
4645
file: 'package.json',

Diff for: contributing.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,9 @@ A detailed explanation can be found in this [document][commit-message-format].
7474
# Releasing
7575
*(for contributors with push access)*
7676

77-
The `grunt release` task will do most of the work for you, see [`grunt-release`](https://github.com/geddski/grunt-release) for semver usage.
77+
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.
7878

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)*
79+
* Run the release task `grunt release:RELEASE_TARGET`.
8680

8781
* Push and publish the `angular-fullstack-deps` submodule.
8882
```bash

0 commit comments

Comments
 (0)