willbe 0.34.0

Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
Documentation
name : {{name}}

on :
  push :
    branches :
      - 'alpha'
      - 'beta'
      - 'master'


env :
  CARGO_TERM_COLOR : always

jobs :

  # {{name}}

  test :
    uses : {{username_and_repository}}/.github/workflows/standard_rust_push.yml@{{branch}}
    with :
      manifest_path : '{{manifest_path}}'
      module_name : '{{name}}'
      commit_message : $\{{ github.event.head_commit.message }}
      commiter_username:  $\{{ github.event.head_commit.committer.username }}