mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Fix changelog (#5155)
* Pass git ref explicitely * Include a db migration section to the changelog
This commit is contained in:
+1
-2
@@ -108,7 +108,6 @@ jobs:
|
||||
KUSAMA_DIGEST: ${{ github.workspace}}/kusama-srtool-json/kusama_srtool_output.json
|
||||
POLKADOT_DIGEST: ${{ github.workspace}}/polkadot-srtool-json/polkadot_srtool_output.json
|
||||
PRE_RELEASE: ${{ github.event.inputs.pre_release }}
|
||||
HIDE_SRTOOL_ROCOCO: false
|
||||
run: |
|
||||
find ${{env.GITHUB_WORKSPACE}} -type f -name "*_srtool_output.json"
|
||||
ls -al $ROCOCO_DIGEST
|
||||
@@ -118,7 +117,7 @@ jobs:
|
||||
|
||||
cd polkadot/scripts/changelog
|
||||
|
||||
./bin/changelog
|
||||
./bin/changelog ${GITHUB_REF}
|
||||
ls -al release-notes.md
|
||||
ls -al context.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user