Skip to content

Commit ebf57f5

Browse files
committed
add @stable tag to docs
Signed-off-by: Doug Davis <duglin@gmail.com>
1 parent c7bb3ea commit ebf57f5

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,19 @@ and a graduated project on [Jan 25, 2024](https://github.com/cncf/toc/pull/996)
5656
| [Documented Extensions](cloudevents/extensions/README.md) | - | [Not versioned](cloudevents/extensions/README.md) |
5757
| [Proprietary Specifications](cloudevents/proprietary-specs.md) | - | [Not versioned](cloudevents/proprietary-specs.md) |
5858

59+
The most recent release of the CloudEvents specifications can be found
60+
via the [ce@stable](https://github.com/cloudevents/spec/blob/ce@stable) tag.
61+
5962
## Other Specifications
6063
| | Latest Release | Working Draft |
6164
| :-------------- | :-------------------------------------------------------------: | :---------------------------: |
6265
| CE SQL | [v1.0.0](https://github.com/cloudevents/spec/tree/cesql@v1.0.0) | [WIP](cesql/spec.md) |
6366
| Subscriptions | - | [WIP](subscriptions/spec.md) |
6467

68+
The most recent release of the CESQL specification can be found
69+
via the [cesql@stable](https://github.com/cloudevents/spec/blob/cedql@stable)
70+
tag.
71+
6572
The Registry and Pagination specifications can now be found in the
6673
[xRegistry/spec](https://github.com/xregistry/spec) repo.
6774

docs/GOVERNANCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ Note that these rules do not apply to unversioned documents, such as the
256256

257257
- If a new commit was pushed to the latest release of a group/subject of
258258
specifications, and if that subject has a shortened tag name
259-
(e.g. `ce@v1.0`), then update that tag to point to the head of the branch:
259+
(e.g. `ce@stable`), then update that tag to point to the head of the branch:
260260
- `git pull --tags -a`
261-
- `git tag -d SUBJECT@vX.Y`
262-
- `git tag SUBJECT@vX.Y SUBJECT@vX.Y.Z-branch`
263-
- `git push REMOTE SUBJECT@vX.Y -f`
261+
- `git tag -d SUBJECT@stable`
262+
- `git tag SUBJECT@stable SUBJECT@vX.Y.Z-branch`
263+
- `git push REMOTE SUBJECT@stable -f`
264264

265265
## Additional Information
266266

0 commit comments

Comments
 (0)