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

Script for generating a release note #4776

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

jkwak-work
Copy link
Collaborator

Related to #4718

When ran locally, the script prints the commit log with a command, git log --oneline --since 202X-YY-ZZ.
If there are any breaking changes, they will be printed first and the rest will be printed later.

Here is an example of how it looks like when ran,

slang/$ docs/scripts/release-note.sh 2024-08-01
Reminder: PLEASE make sure your local repo is up-to-date before running the script.
gh.exe is found from: /mnt/c/Program Files/GitHub CLI//gh.exe
=== Breaking changes ===
No breaking changes

=== Non breaking changes ===
d63f5e20f Allow a enum case to reference a previously defined value. (#4768) (#2893:forward looking)
69dd7f40e Perform type legalization on StructuredBuffer element. (#4767) (#4455:client support)
32b843215 Allow implicit 'uniform' entrypoint parameters. (#4765) (#4554:client support)

@jkwak-work jkwak-work added the pr: non-breaking PRs without breaking changes label Aug 5, 2024
@jkwak-work jkwak-work self-assigned this Aug 5, 2024
@jkwak-work jkwak-work force-pushed the feature/script_release_note branch 2 times, most recently from 4f9e45b to 4c5890a Compare August 6, 2024 17:19
@jkwak-work jkwak-work force-pushed the feature/script_release_note branch from 4c5890a to 4c88690 Compare August 13, 2024 19:52
@csyonghe csyonghe merged commit 5645ecf into shader-slang:master Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants