Skip to content

Commit d853c02

Browse files
committed
Use fork for testing release
Signed-off-by: Derek McGowan <[email protected]>
1 parent c74a6c4 commit d853c02

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v2
1919
with:
20+
repository: dmcgowan/containerd
2021
ref: ${{ github.ref }}
2122
path: src/github.com/containerd/containerd
2223

@@ -83,7 +84,7 @@ jobs:
8384
- name: Checkout containerd
8485
uses: actions/checkout@v2
8586
with:
86-
repository: containerd/containerd
87+
repository: dmcgowan/containerd
8788
ref: ${{ github.ref }}
8889
path: src/github.com/containerd/containerd
8990

releases/v1.6.0-alpha.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "containerd"
5+
github_repo = "containerd/containerd"
6+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
8+
# previous release
9+
previous = "v1.5.0"
10+
11+
pre_release = true
12+
13+
preface = """\
14+
The seventh major release of containerd"""

0 commit comments

Comments
 (0)