Skip to content

Commit ec0194a

Browse files
authored
Update release process doc (#120)
--- *Motivation* - Using GITHUB_TOKEN in the GITHUB_ACTIONS - Add release process in the doc
1 parent de7c941 commit ec0194a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release-note.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: release note
1515
uses: toolmantim/release-drafter@master
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.TEST_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/en/release_process.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ $ git push origin branch-0.1.X
4949
$ git push origin v0.1.X
5050
```
5151

52-
#### 3. Write a release note
52+
#### 3. Publish a release note
5353

5454
Check the milestone in GitHub associated with the release.
5555

5656
In the released item, add the list of the most important changes that happened in the release and a link to the associated milestone, with the complete list of all the changes.
5757

58-
Add the release notes to [the release homepage of pulsarctl](https://github.com/streamnative/pulsarctl/releases)
58+
Update the release draft at [the release homepage of pulsarctl](https://github.com/streamnative/pulsarctl/releases)
59+
60+
Then publish the release draft, the binary and commands doc will auto publish to that release

0 commit comments

Comments
 (0)