Skip to content

Commit

Permalink
Add workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 7, 2024
1 parent 0875b74 commit 61d2fe1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rs-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# This workflow is triggered by a tag that matches the pattern rs/v*-rc.
# Essentially it does the following:
# - gathers release info including its version using created tag
# - applies version to the workspace and updates crates dependencies
# - runs all tests before going further
# - builds assets for the release: IDL Parser for WASM
# - publishes 'sails-*' crates to crates.io
# - amends contract template with the new version and runs tests against it
# - crates PR with the changes, release tag and draft release
# Merging PR and pubslishing release is supposed to be done manually.
name: '[rs] Release (Rust)'

on:
Expand Down

0 comments on commit 61d2fe1

Please sign in to comment.