Skip to content

Commit 88ad56e

Browse files
committed
feat: add channel-based release manifest and channels.yml
1 parent 9ef47ba commit 88ad56e

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-vpatch
2+
3+
channels:
4+
- name: public/standards
5+
description: "CalConnect documents from cc-vpatch"

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-vpatch
2+
13
documents:
2-
- source: sources/cc-58020.adoc
3-
- source: sources/draft-daboo-icalendar-vpatch.adoc
4+
- pattern: "cc-*"
5+
channels: [public/standards]

0 commit comments

Comments
 (0)