Skip to content

Commit aad03d0

Browse files
authored
feat: Update release file
1 parent 2823bfc commit aad03d0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.release.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: "policy-as-code"
2+
repository: "advanced-security/policy-as-code"
23
version: "2.9.1"
34

5+
ecosystems:
6+
- Python
7+
48
locations:
59
- name: "Update Docs"
610
paths:
711
- "*.md"
12+
- "docs/*.md"
813
patterns:
9-
- 'advanced-security/policy-as-code@v([0-9]\.[0-9]\.[0-9])'
10-
- '--branch "v([0-9]\.[0-9]\.[0-9])"'
11-
14+
- "{repository}@v{version}"
15+
- '--branch "v{version}"'

0 commit comments

Comments
 (0)