File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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"""
You can’t perform that action at this time.
0 commit comments