rustyphoenixcommitrelease 1.1.0

Generates the changelog with git-cliff and commits/tags/pushes a Phoenix release
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include:
  - component: $CI_SERVER_FQDN/CTA-LAPP/PHOENIX_LIBS2/citoolkit/phoenixcitoolkitrust/phoenix-workflow-rust@8.1.1
    inputs:
      build-matrix:
        - TARGET_PLATFORM: linux-64
        - TARGET_PLATFORM: linux-aarch64
      cargo-publish-enabled: "true"
      lib-executable: "true"
      pixi-env-coverage: coverage
      pixi-env-documentation: doc
      pixi-env-publish: publish
      pixi-env-test: test
      pixi-task-coverage: coverage
      pixi-task-documentation: doc
      pixi-task-publish: publish
      pixi-task-test: test
      package-name: rustyphoenixcommitrelease
      tags: ["MUST"]