From e6cec93dd0c54b158f739793c60ebb35e4452a1f Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sat, 23 Mar 2024 23:39:26 -0400 Subject: [PATCH] (no bug) Make the commit log links be specific in RELEASE_BLOCKERS Links to the harmony and 5.2 commit logs now start specifically at the diverging commit. --- RELEASE_BLOCKERS.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE_BLOCKERS.md b/RELEASE_BLOCKERS.md index 76273ba3a..faee7503d 100644 --- a/RELEASE_BLOCKERS.md +++ b/RELEASE_BLOCKERS.md @@ -85,12 +85,14 @@ were dropped or new features being picked up when compared to version 5.2. - Start with an empty list. - Go through [Harmony's commit - logs](https://github.com/bugzilla/harmony/commits/main) going all the way - back to Version 4.2, and make note of anything new/changed that's release-note - worthy. + logs](https://github.com/bugzilla/harmony/compare/3a0affd238cd65bc8c40e316ab20663f3110cee9...main) + going all the way back to Version 4.2 (the commit log at the link starts at + the diverging commit between the two branches), and make note of anything + new/changed that's release-note worthy. - Go through [5.2's commit - logs](https://github.com/bugzilla/bugzilla/commits/5.2) goinng all the way - back to Version 4.2 + logs](https://github.com/bugzilla/bugzilla/compare/3a0affd238cd65bc8c40e316ab20663f3110cee9...5.2) + goinng all the way back to Version 4.2 (the commit log at the link starts at + the diverging commit between the two branches) - anything new/changed that is already on the list needs to be removed from the list (because 5.2 already had it, so it's not a change) - anything new/changed that is NOT already on your list needs to be added to -- 2.47.2