New changelog scripts (#4491)
* Add templates * Add folder for local storage of the digests * Add first draft of the changelog scripts * Enable Audits in the change template * Fixes for Polkadot * Fix templating issue in case there is no high prio change * Fix Ruby setup * Remove shell * Fix chain names * Fix ENV * Fix how to get runtime * Fix runtime_dir * Fix context location * Pin changelogerator to a specific version
Showing
- polkadot/.github/workflows/publish-draft-release.yml 63 additions, 12 deletionspolkadot/.github/workflows/publish-draft-release.yml
- polkadot/scripts/changelog/.gitignore 4 additions, 0 deletionspolkadot/scripts/changelog/.gitignore
- polkadot/scripts/changelog/Gemfile 21 additions, 0 deletionspolkadot/scripts/changelog/Gemfile
- polkadot/scripts/changelog/Gemfile.lock 79 additions, 0 deletionspolkadot/scripts/changelog/Gemfile.lock
- polkadot/scripts/changelog/README.md 71 additions, 0 deletionspolkadot/scripts/changelog/README.md
- polkadot/scripts/changelog/bin/changelog 93 additions, 0 deletionspolkadot/scripts/changelog/bin/changelog
- polkadot/scripts/changelog/digests/.gitignore 1 addition, 0 deletionspolkadot/scripts/changelog/digests/.gitignore
- polkadot/scripts/changelog/digests/.gitkeep 0 additions, 0 deletionspolkadot/scripts/changelog/digests/.gitkeep
- polkadot/scripts/changelog/lib/changelog.rb 38 additions, 0 deletionspolkadot/scripts/changelog/lib/changelog.rb
- polkadot/scripts/changelog/templates/change.md.tera 42 additions, 0 deletionspolkadot/scripts/changelog/templates/change.md.tera
- polkadot/scripts/changelog/templates/changes.md.tera 13 additions, 0 deletionspolkadot/scripts/changelog/templates/changes.md.tera
- polkadot/scripts/changelog/templates/changes_client.md.tera 17 additions, 0 deletionspolkadot/scripts/changelog/templates/changes_client.md.tera
- polkadot/scripts/changelog/templates/changes_misc.md.tera 39 additions, 0 deletionspolkadot/scripts/changelog/templates/changes_misc.md.tera
- polkadot/scripts/changelog/templates/changes_runtime.md.tera 19 additions, 0 deletionspolkadot/scripts/changelog/templates/changes_runtime.md.tera
- polkadot/scripts/changelog/templates/compiler.md.tera 6 additions, 0 deletionspolkadot/scripts/changelog/templates/compiler.md.tera
- polkadot/scripts/changelog/templates/debug.md.tera 10 additions, 0 deletionspolkadot/scripts/changelog/templates/debug.md.tera
- polkadot/scripts/changelog/templates/docker_image.md.tera 11 additions, 0 deletionspolkadot/scripts/changelog/templates/docker_image.md.tera
- polkadot/scripts/changelog/templates/global_priority.md.tera 29 additions, 0 deletionspolkadot/scripts/changelog/templates/global_priority.md.tera
- polkadot/scripts/changelog/templates/high_priority.md.tera 39 additions, 0 deletionspolkadot/scripts/changelog/templates/high_priority.md.tera
- polkadot/scripts/changelog/templates/host_functions.md.tera 30 additions, 0 deletionspolkadot/scripts/changelog/templates/host_functions.md.tera
Please register or sign in to comment