From 4038a763e0477de93dd9e4de2d069b60770edb81 Mon Sep 17 00:00:00 2001 From: ggwpez Date: Thu, 15 Aug 2024 16:17:41 +0000 Subject: [PATCH] Add PrDoc (auto generated) --- prdoc/pr_5361.prdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 prdoc/pr_5361.prdoc diff --git a/prdoc/pr_5361.prdoc b/prdoc/pr_5361.prdoc new file mode 100644 index 0000000000000..241ad9bcb8b39 --- /dev/null +++ b/prdoc/pr_5361.prdoc @@ -0,0 +1,13 @@ +crates: +- bump: patch + name: frame-support +doc: +- audience: Runtime User + description: "After seeing some cases of reported changes that did not happen by\ + \ the merge request proposer (like https://github.com/paritytech/polkadot-sdk/pull/5339),\ + \ it became clear that [this](https://github.com/orgs/community/discussions/59677)\ + \ is probably the issue. \r\nThe base commit of the SemVer check CI is currently\ + \ using the *latest* master commit, instead of the master commit at the time when\ + \ the MR was created. \r\n\r\nTrying to get the correct base commit now. For this\ + \ to be debugged, i have to wait until another MR is merged into master.\r\n" +title: '[CI] Fix SemVer check base commit'