Skip to content

Commit b7ad0fe

Browse files
committed
feat: Add Release file
1 parent d7ea57c commit b7ad0fe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CodeQL Community Packs"
2+
default: false
3+
4+
locations:
5+
- name: "CodeQL Packs"
6+
paths:
7+
- "**/qlpack.yml"
8+
patterns:
9+
- version:\s*([0-9]+\.[0-9]+\.[0-9])
10+
11+
- name: "CodeQL Pack Libaries"
12+
paths:
13+
- "**/qlpack.yml"
14+
patterns:
15+
- githubsecuritylab/codeql-[a-zA-Z]*-libs:\s*([0-9]+\.[0-9]+\.[0-9])
16+

0 commit comments

Comments
 (0)