Skip to content

Commit 94f11cb

Browse files
committed
feat: add channel-based release manifest and channels.yml
1 parent 7432e1b commit 94f11cb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.metanorma/channels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# .metanorma/channels.yml — cc-valarm-extensions
2+
3+
channels:
4+
- name: public/standards
5+
description: "CalConnect documents from cc-valarm-extensions"

metanorma.release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# metanorma.release.yml — cc-valarm-extensions
2+
13
documents:
2-
- source: sources/cc-51017.adoc
3-
- source: sources/draft-ietf-calext-valarm-extensions.adoc
4+
- pattern: "cc-*"
5+
channels: [public/standards]

0 commit comments

Comments
 (0)