Files
pezkuwi-subxt/polkadot/scripts/github/polkadot_release.erb
T
s3krit c82f15ec35 [CI] Build wasm blob with srtool and include prop hashes and blobs in release notes (#1506)
* initial build-wasms commit

* fix wasm builds

* add caching and artifact upload

* test for git dir

* Revert "test for git dir"

This reverts commit 295e4655484691aed9162f479a87f09c1b1c9317.

* fix git version incompability

* attempt to fix caching

* Revert "fix git version incompability"

This reverts commit 1d22ffd26b7eff635c5abcc9bd04cb3c88629a1d.

* add kusama job

* use a build matrix for building runtimes

* combine build-wasms and publish draft release

* attempt to name runtimes according to version

* Revert "attempt to name runtimes according to version"

This reverts commit 82f7b4dc0aea995f2599293bba9f11b879f459e5.
Failed experiment

* name runtimes according to version #2

* fix asset path and name

* build wasms first, include prop hash
2020-07-31 14:34:45 +02:00

43 lines
1.1 KiB
Plaintext

<%= print release_priority[:text] %> <%= puts " due to changes: *#{Changelog.changes_with_label(all_changes, release_priority[:label]).map(&:pretty_title).join(", ")}*" if release_priority[:priority] > 1 %>
Native runtimes:
- Polkadot: **<%= polkadot_runtime %>**
- Kusama: **<%= kusama_runtime %>**
- Westend: **<%= westend_runtime %>**
This release was tested against the following versions of `rustc`. Other versions may work.
- <%= rustc_stable %>
- <%= rustc_nightly %>
WASM runtimes built with [srtool](https://gitlab.com/chevdor/srtool) using `<%= polkadot_json['rustc'] %>`.
Proposal hashes:
* `polkadot_runtime-v<%= polkadot_runtime %>.compact.wasm - <%= polkadot_json['prop'] %>`
* `kusama_runtime-v<%= kusama_runtime %>.compact.wasm - <%= kusama_json['prop'] %>`
<% unless misc_changes.empty? %>
## Changes
<% misc_changes.each do |c| %>
* <%= c[:pretty_title] %>
<% end %>
<% end %>
<% unless client_changes.empty? %>
## Client
<% client_changes.each do |c| %>
* <%= c[:pretty_title] %>
<% end %>
<% end %>
<% unless runtime_changes.empty? %>
## Runtime
<% runtime_changes.each do |c| %>
* <%= c[:pretty_title] %>
<% end %>
<% end %>