File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 17
17
ref : ${{ github.ref }}
18
18
fetch-depth : 0
19
19
20
- - name : Checkout tenant-artifact action repository
21
- uses : actions/checkout@v4
22
- with :
23
- repository : edenlabllc/tenant-artifact.ci.action
24
- ref : v2
25
- token : ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
26
- path : .github/actions/tenant-artifact
27
-
28
20
- name : Create tenant Artifact
29
- uses : ./.github/actions/ tenant-artifact
21
+ uses : edenlabllc/ tenant-artifact.ci.action@v3
30
22
with :
31
23
autotag : true
32
24
github_token_repo_full_access : ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
Original file line number Diff line number Diff line change 1
1
# Cluster Deps Release Notes
2
2
3
+ ## Release v0.7.0
4
+
5
+ ## What's new
6
+
7
+ - Refactored the ` tenant-artifact ` action according to the new version.
8
+
9
+ ## Bug fixes
10
+
11
+ ## Additional information
12
+
13
+ ### Mandatory updates for ` project.yaml `
14
+
15
+ ### List of updated releases
16
+
17
+ ### List of added releases
18
+
19
+ ---
20
+
3
21
## Release v0.6.0
4
22
5
23
## What's new
You can’t perform that action at this time.
0 commit comments