rustyphoenixcommitrelease 1.3.0

Commits, tags and pushes a Phoenix release
[package]
name = "rustyphoenixcommitrelease" # NAME_PLACEHOLDER <--- do not remove this comment! It is used to update version with branch name in CI!
version = "1.3.0" # VERSION_PLACEHOLDER <--- do not remove this comment! It is used to update version with branch name in CI!
edition = "2021"

keywords = ["phoenix", "changelog", "release"]
license = "CECILL-C"
description = "Commits, tags and pushes a Phoenix release"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease/index.html"

[[bin]]
name = "phoenix_commit_release"
path = "src/main.rs"

[dev-dependencies]
tempfile = "3.3.0"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.32", features = ["derive"] }