We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47611d2 commit f0cf038Copy full SHA for f0cf038
3 files changed
.github/workflows/prepare-release.yml
@@ -0,0 +1,15 @@
1
+name: Prepare Release PR
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 'release-*'
7
8
+jobs:
9
+ prepare-release:
10
+ uses: mgeisler/rust-release-gh-action/.github/workflows/prepare-release.yml@main
11
+ with:
12
+ name: "Martin Geisler"
13
+ email: "mgeisler@google.com"
14
+ changelog-file: "CHANGELOG.md"
15
+ changelog-heading-level: "##"
.github/workflows/publish-crate.yml
@@ -0,0 +1,14 @@
+name: Publish Crate
+ - main
+ paths:
+ - Cargo.toml
+ publish:
+ uses: mgeisler/rust-release-gh-action/.github/workflows/publish-crate.yml@main
+ secrets:
+ CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
CHANGELOG.md
@@ -0,0 +1,3 @@
+# Changelog for PDL
+This file lists the most important changes made in each release of PDL.
0 commit comments