Skip to content

Commit

Permalink
Apply minor fixes to change notes & release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Oct 21, 2020
1 parent fcb413b commit d6edbb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ jobs:
--base=develop \
--message="Backport release of v$version to develop" \
--labels=backport \
--assign $assignees \
--milestone $milestone \
--reviewer $reviewers
--assign="$assignees" \
--milestone="$milestone" \
--reviewer="$reviewers"
2 changes: 1 addition & 1 deletion CHANGE-NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br/>
Bug fixes/improvements:
<ul>
<li>Hid "Slide In Branch Below Current Branch" action for unmanaged branches</li>
<li>"Slide In Branch Below Current Branch" action is now hidden for unmanaged branches</li>
<li>Fixed faulty .git/machete file parsing when the last line has only whitespace</li>
<li>Improved UX of Override Fork Point dialog</li>
<li>Allowed fast forwarding parent when a branch is connected to the parent with a yellow edge</li>
Expand Down

0 comments on commit d6edbb7

Please sign in to comment.