Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README improvements + typo fix #249

Merged
merged 4 commits into from
Aug 5, 2024
Merged

README improvements + typo fix #249

merged 4 commits into from
Aug 5, 2024

Conversation

qmonnet
Copy link
Member

@qmonnet qmonnet commented Jul 30, 2024

  • Add logo to repository
  • README.md: Expand doc, tell how to generate release notes
  • changelog: Fix typo (duplicate 'of') in command help
  • README.md: Remove outdated instruction for GITHUB_TOKEN

qmonnet added 3 commits July 30, 2024 12:24
Signed-off-by: Quentin Monnet <[email protected]>
The release utility can also be used to generate the checklists for the
release. Let's expand the doc to mention the "release help" command, and
introduce the "release checklist" feature.

Note that the example for creating a new patch release issue relies on
the legacy template, not the new one (I expect the new one to be renamed
and replace the old one, eventually?).

Signed-off-by: Quentin Monnet <[email protected]>
Copy link
Member

@joestringer joestringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good thanks. Additionally we can trim one section around GITHUB_TOKEN.

README.md Outdated
Comment on lines 56 to 61
Use the `release` utility to update GitHub projects and create release notes
for a new Cilium release:

```bash
$ export GITHUB_TOKEN=<token_with_repo_public_access>
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

side-note, after #229 we no longer need to export this token.

Following commit b482702 ("pkg/github: Auto-populate
GITHUB_TOKEN"), the tool no longer requires the GitHub token to be set
explicitly by the user. Instead, it is able to rely on the GitHub
command line to automatically fetch and use the relevant token. Let's
remove the token-definition step from the instructions.

Suggested-by: Joe Stringer <[email protected]>
Signed-off-by: Quentin Monnet <[email protected]>
@qmonnet
Copy link
Member Author

qmonnet commented Aug 5, 2024

Good catch, I added a commit to remove this instruction. Thank you!

@qmonnet qmonnet merged commit 2c7fdd1 into cilium:main Aug 5, 2024
1 check passed
@qmonnet qmonnet deleted the pr/misc branch August 5, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants