Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Releases: paritytech/command-bot

v0.24.0

11 Apr 16:08
f97e3ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

07 Apr 14:35
3a05cf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

27 Mar 17:56
aed74a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

21 Mar 14:35
8e2a5aa
Compare
Choose a tag to compare

What's Changed

  • Bump opstooling-js from v0.0.16 to v0.0.18 by @dependabot in #163
  • Update github-issue-sync.yml by @mordamax in #165
  • add "excluded" to schema + add help/clean to docs by @mordamax in #162
  • Added more logging + increased delay after creating a fresh branch by @mordamax in #168
  • Add CI job to publish docker image description to hub.docker.com by @sergejparity in #173
  • enhanced args validation making it optional per preset by @mordamax in #172

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

08 Feb 13:01
565f49f
Compare
Choose a tag to compare

🚨 Breaking changes 🚨

  • /cmd queue -c command $ argument is deprecated, instead use bot command $ argument.
    Examples:
    • bot fmt,
    • bot try-runtime $ kusama
    • bot bench $ pallet dev pallet_fast_unstake

New commands 🎉

  • bot help which gives overview of all commands (not ideal, we're still working to improve it)
  • bot clean - removes command-bot comments.

Changelog

Full Changelog: v0.19.0...v0.20.0

v0.19.0

04 Jan 13:57
f48ed61
Compare
Choose a tag to compare

What's Changed

Breaking changes to the way you run commands

Try-runtime

Old: /cmd queue -c try-runtime $ --chain=kusama-dev --execution=Wasm --no-spec-check-panic on-runtime-upgrade live --uri wss://kusama-try-runtime-node.parity-chains.parity.io:443
New: /cmd queue -c try-runtime $ kusama

Benchmark

Old: the command was bench-bot /cmd queue -c bench-bot $ pallet kusama-dev pallet_democracy
New: fixed command name is bench /cmd queue -c bench $ pallet kusama-dev pallet_democracy

Full Changelog: v0.18.0...v0.19.0

v0.18.0

27 Oct 10:14
d2b04b6
Compare
Choose a tag to compare

What's Changed

New features

  • Add support to run commands without arguments after "$" by @mordamax in #111
  • make the pipeline scripts REF to be overridable, and add more logs to investigate sporadic cancellations by @mordamax in #117

Tech Debt & Infra

New Contributors

Full Changelog: v-0.17...v0.18.0