Skip to content

Commit

Permalink
chore(release): fix release script when merging to master
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Jan 5, 2018
1 parent 0336cb2 commit d61416d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="1.0.0-rc.2"></a>
# [1.0.0-rc.2 Transpiled Suspenders](https://github.com/teradata/covalent/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2018-01-06)
# [1.0.0-rc.2 Transpiled Suspenders](https://github.com/teradata/covalent/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2018-01-05)

Kicking off the year with our RC.2 release!

Expand Down
3 changes: 2 additions & 1 deletion scripts/finish-release
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ git push origin develop

echo "Pushing changes into master"
git checkout master
git merge --no-ff develop
git merge develop
git push origin master

echo "Return to develop branch"
git checkout develop

0 comments on commit d61416d

Please sign in to comment.