We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae0bc6 commit da5caf2Copy full SHA for da5caf2
.github/workflows/release-please.yml
@@ -0,0 +1,21 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+name: release-please
6
+
7
+jobs:
8
+ release-please:
9
+ # The secret HCLOUD_BOT_TOKEN is only available on the main repo, not in forks.
10
+ if: github.repository == 'hetznercloud/hcloud-python'
11
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: google-github-actions/release-please-action@v3
15
+ with:
16
+ token: ${{ secrets.HCLOUD_BOT_TOKEN }}
17
+ release-type: python
18
+ package-name: hcloud
19
20
+ extra-files: |
21
+ hcloud/__version__.py
hcloud/__version__.py
@@ -1 +1 @@
-VERSION = "1.19.0"
+VERSION = "1.19.0" # x-release-please-version
0 commit comments