mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 00:23:27 +00:00
chore(release): bump Coolify to 4.3.1 and label workflow runs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: Release Coolify Stable
|
||||
run-name: ${{ inputs.tag }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -22,7 +23,6 @@ env:
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-24.04
|
||||
environment: production-release
|
||||
permissions:
|
||||
contents: write
|
||||
outputs:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.3.0"
|
||||
"version": "4.3.1"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.3.1"
|
||||
|
||||
@@ -32,6 +32,7 @@ it('requires a reviewed draft release before building a stable version', functio
|
||||
|
||||
expect($workflow)
|
||||
->toContain('name: Release Coolify Stable')
|
||||
->toContain('run-name: ${{ inputs.tag }}')
|
||||
->toContain('workflow_dispatch:')
|
||||
->toContain('tag:')
|
||||
->toContain("github.ref_name != 'main'")
|
||||
@@ -44,6 +45,7 @@ it('requires a reviewed draft release before building a stable version', functio
|
||||
->toContain('tag_name: process.env.TAG_NAME')
|
||||
->toContain('actions/github-script@v8')
|
||||
->not->toContain('actions/github-script@v7')
|
||||
->not->toContain('environment: production-release')
|
||||
->not->toContain('generate-notes');
|
||||
});
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.3.0"
|
||||
"version": "4.3.1"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.3.1"
|
||||
|
||||
Reference in New Issue
Block a user