File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,21 @@ If a vote is taken during a WG meeting, the follow rules will be followed:
5555 Members must acknowledge their presence verbally, meaning, adding yourself
5656 to the "Attendees" section of the Agenda document is not sufficient.
5757
58+ ## Release Process
59+
60+ To create a new release:
61+ * Create a PR that modifies the [ README] ( README.md ) , and all specifications
62+ (ie. * .md files) that include a version string, to the new release
63+ version string.
64+ * Merge the PR.
65+ * Create a [ new release] ( https://github.com/cloudevents/spec/releases/new ) :
66+ * Choose a "Tag version" of the form: ` vX.Y ` , e.g. ` v0.1 `
67+ * Target should be ` master ` , the default value
68+ * Release title should be the same as the Tag - ` vX.Y `
69+ * Add some descriptive text, or the list of PRs that have been merged
70+ since the previous release.
71+ The git query to get the list commits since the last release is:
72+ `git log --pretty=format:%s master...v0.1`.
73+ Just replace "v0.1" with the name of the previous release.
74+ * Press ` Publish release ` button
75+
Original file line number Diff line number Diff line change @@ -21,6 +21,19 @@ ranging from major cloud providers to popular SaaS companies. Our end goal is
2121to offer this specification to the
2222[ Cloud Native Computing Foundation] ( https://www.cncf.io/ ) .
2323
24+ ## CloudEvents Documents
25+
26+ The following specifications are available:
27+
28+ | | Latest Release | Working Draft |
29+ | :--- | :---: | :---: |
30+ | ** CloudEvents** | [ v0.1] ( https://github.com/cloudevents/spec/blob/v0.1/spec.md ) | [ master] ( https://github.com/cloudevents/spec/blob/master/spec.md ) |
31+ | ** HTTP Transport Binding** | [ v0.1] ( https://github.com/cloudevents/spec/blob/v0.1/http-transport-binding.md ) | [ master] ( https://github.com/cloudevents/spec/blob/master/http-transport-binding.md ) |
32+ | ** JSON Event Format** | [ v0.1] ( https://github.com/cloudevents/spec/blob/v0.1/json-format.md ) | [ master] ( https://github.com/cloudevents/spec/blob/master/json-format.md ) |
33+
34+ There is also the [ CloudEvents Extension Attributes] ( https://github.com/cloudevents/spec/blob/master/extensions.md )
35+ document.
36+
2437## Working Group process
2538
2639The CNCF Serverless WG is working to formalize the [ specification] ( spec.md )
You can’t perform that action at this time.
0 commit comments