Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit bd977d2

Browse files
committed
docs(release): add a note to test against angular 1.2.x when releasing
1 parent a9bd1d1 commit bd977d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: release.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r
1414
- Make sure [Travis](https://travis-ci.org/angular/protractor/builds) is passing. Note that there is an 'allowed failures' section in Travis - make sure that all failures are known.
1515

1616
- Make sure `npm test` is passing (this runs more that just what is run on Travis)
17+
- Run `npm test` against AngularJS 1.2.x. Do this by starting the testapp with the flag `--ngversion 1.2.9`.
1718

1819
- Make sure .gitignore and .npmignore are updated with any new files that need to be ignored.
1920

0 commit comments

Comments
 (0)