yaaral 0.5.2

yet another async runtime abstraction library
Documentation
1
2
3
4
5
6
7
# Full documentation is available at https://gitlab.com/cyloncore/yet/-/blob/stable/docs/yet_yml.md
tasks:
  release_commit:
    description: "Generate the release commit"
    arguments: [version]
    command: !commands
      - cargo release --no-publish --no-tag --execute {version}