Skip to content

Commit

Permalink
Merge pull request #9626 from jfrazelle/update-release
Browse files Browse the repository at this point in the history
Updates to release checklist.
  • Loading branch information
crosbymichael committed Dec 12, 2014
2 parents d7d981b + 473a443 commit e76168c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ If this is a MAJOR.MINOR.0 release, you need to make an branch for the previous
documentation:

```bash
git checkout -b docs-$PREVIOUS_MAJOR_MINOR docs
git checkout -b docs-$PREVIOUS_MAJOR_MINOR
git fetch
git reset --hard origin/docs
git push -f origin docs-$PREVIOUS_MAJOR_MINOR
Expand Down Expand Up @@ -282,8 +282,8 @@ Ask Sven, or JohnC to invalidate the cloudfront cache using the CND Planet chrom
git checkout master
git fetch
git reset --hard origin/master
git merge origin/release
git checkout -b merge_release_$VERSION
git merge origin/release
echo ${VERSION#v}-dev > VERSION
git add VERSION
git commit -m "Change version to $(cat VERSION)"
Expand Down

0 comments on commit e76168c

Please sign in to comment.