You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automate:
- The generation of modifying release notes with the version number (and
revert)
- Creation of a release in AL-Go repo
Adds:
- Check that a successful end 2 end test was run on the same commit you
are releasing
---------
Co-authored-by: freddydk <[email protected]>
Co-authored-by: Alexander Holstrup <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/Deploy.yaml
+71-4
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ on:
18
18
description: Push directly to the target branch. If not set, a PR will be created.
19
19
required: false
20
20
default: false
21
+
requireEndToEndTests:
22
+
type: boolean
23
+
description: Require successful end 2 end tests before deploying
24
+
required: false
25
+
default: true
26
+
createRelease:
27
+
type: boolean
28
+
description: Create a release in this repository
29
+
required: false
30
+
default: true
21
31
defaultBcContainerHelperVersion:
22
32
description: 'Which version of BcContainerHelper to use? (latest, preview, private, a specific version number or a direct download URL like https://github.com/freddydk/navcontainerhelper/archive/master.zip). Leave empty to use latest (or preview for preview branches)'
$releaseNotes="## $($config.branch)`n`nNote that when using the preview version of AL-Go for GitHub, we recommend you Update your AL-Go system files, as soon as possible when informed that an update is available.`n`n$reserveReleaseNotes"
Copy file name to clipboardExpand all lines: RELEASENOTES.md
-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,3 @@
1
-
## Preview
2
-
3
-
Note that when using the preview version of AL-Go for GitHub, we recommend you Update your AL-Go system files, as soon as possible when informed that an update is available.
4
-
5
1
### Issues
6
2
7
3
- Issue 1019 CI/CD Workflow still being scheduled after it was disabled
0 commit comments