Skip to content

Commit

Permalink
Merge pull request #5526 from emberjs/bmac-patch-1
Browse files Browse the repository at this point in the history
Update links to builds page fixtures
  • Loading branch information
bmac authored Jul 14, 2018
2 parents 43f2077 + f2b7253 commit 4e0bc45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ STEPS:
* `npm publish` or `npm publish --tag beta` or `npm publish --tag release-1-13`
* Update the `/builds/` page on the website
* `cd ../website`
* Edit [lastRelease, futureVersion and date](https://github.com/emberjs/website/blob/master/source/javascripts/app/builds/app.js#L238-L241) values for the release channel we are releasing.
* Commit updated `javascripts/app/builds/app.js` file
* `rake deploy`
* Edit `lastRelease`, `futureVersion` and `date` values for the release channel we are releasing ([beta](https://github.com/ember-learn/builds/blob/master/app/fixtures/ember-data/beta.js) or [release](https://github.com/ember-learn/builds/blob/master/app/fixtures/ember-data/release.js).
* Write a Release Blog Post (Does not happen for beta releases)
* Commits since last release: `git log --oneline release..beta | wc -l`.
* Contributors since last release: `git shortlog -s -n release...beta | wc -l`
Expand Down

0 comments on commit 4e0bc45

Please sign in to comment.