Highlight the action to fetch the release notes

Pau Pérez Fabregat
2019-03-04 20:21:50 +01:00
parent 45c67700e9
commit 01761095fe

@@ -45,7 +45,7 @@ Identify all pull requests that got merged since the last release.
latest="$(git tag --sort="v:refname" | tail -1)"
git log "$latest.." --merges --oneline | cut -d ' ' -f 5 | tr -d '#' | while read n; do echo "https://github.com/openfoodfoundation/openfoodnetwork/pull/$n"; done | xargs firefox
```
Get the release notes from each of these pull requests. If no release notes are specified you can just copy the pull request title. We only include PRs that have been merged into `master`, so we are not currently adding release notes for Spree Upgrade PRs that are merged into the `2-0-stable` branch.
**Get the release notes from each of these pull requests**. If no release notes are specified you can just copy the pull request title. We only include PRs that have been merged into `master`, so we are not currently adding release notes for Spree Upgrade PRs that are merged into the `2-0-stable` branch.
### Draft the release