From 01761095feb977e4e80fd8e75bca5d7780fcc5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20P=C3=A9rez=20Fabregat?= Date: Mon, 4 Mar 2019 20:21:50 +0100 Subject: [PATCH] Highlight the action to fetch the release notes --- Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releasing.md b/Releasing.md index 8d9c917..47e21ec 100644 --- a/Releasing.md +++ b/Releasing.md @@ -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