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 3ec2e2d commit f27830dCopy full SHA for f27830d
.github/workflows/create-pr.yml
@@ -63,7 +63,7 @@ jobs:
63
- [ ] Docker images built and tested
64
> 🤖 This PR was automatically generated from the canary branch
65
base: main
66
- branch: canary
+ branch: release/v${{ env.VERSION }}
67
draft: true
68
labels: |
69
release
apps/dokploy/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dokploy",
3
- "version": "v0.17.2",
+ "version": "v0.17.3",
4
"private": true,
5
"license": "Apache-2.0",
6
"type": "module",
0 commit comments