-
Notifications
You must be signed in to change notification settings - Fork 3
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
Docs: automate changelog creation and update #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the update-release-notes.yaml workflow file and install the conventional-changelog and commitizen packages. Automate CHANGELOG.md creation #11
Change pipeline name in update-release-notes.yaml file.
… extra workflow file The release.yaml workflow file is updated to update the changelog file and commit that before creating the release. Automate CHANGELOG.md creation #11
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
…m/Lichtblick-Suite/asam-osi-converter into docs--automate-changelog-creation
jdsika
approved these changes
Dec 12, 2024
samikachai
added a commit
to samikachai/asam-osi-converter
that referenced
this pull request
Dec 17, 2024
) * Automate changelog file update on release using github actions workflows * Add release instructions to README.me * Reset changelog.md * Add pre-commit hook fo Conventional Commits doc(example-data): Create README.md for example data (Lichtblick-Suite#20) * Create README.md for example data * delete outdated example * add OpenPASS as optional simulator --------- Signed-off-by: Carlo van Driesten <[email protected]> ci(release): remove trigger on PRs from workflow (Lichtblick-Suite#21) Ci(fix): release pipeline (Lichtblick-Suite#23) * ci(release): swap direct push on main with a PR * ci(release): add PAT to main push operation Update README.md * add requirement to sign a tag to readme Signed-off-by: Carlo van Driesten <[email protected]> ci(release): attach changelog to release instead of committing to main (Lichtblick-Suite#24) * ci(release): attach changelog to release instead of committing to main * ci(release): add PR creation job fix(ci): release pipeline fix (Lichtblick-Suite#25) * update to node 18 * remove create pull request for now --------- Signed-off-by: Carlo van Driesten <[email protected]> Co-authored-by: Carlo van Driesten <[email protected]> ci: add initial commit history to workflow|bump version to 0.0.2 (Lichtblick-Suite#26) ci(release): update workflow (Lichtblick-Suite#27) Ci release pipeline fix (Lichtblick-Suite#28) * ci(release): use env variables instead of set-output * ci(release): update release Ci release pipeline fix (Lichtblick-Suite#29) * ci(release): use env variables instead of set-output * ci(release): update release * ci(release): add line seperations to initial commit history in changelog Ci release pipeline fix (Lichtblick-Suite#30) * ci(release): use env variables instead of set-output * ci(release): update release * ci(release): fix pipeline workflow ci: adapt pipeline workflow (Lichtblick-Suite#31) ci(release): add initial commit history fetch job to pipeline (Lichtblick-Suite#32) Ci create pr to update changelog file (Lichtblick-Suite#33) * ci(release): add PR creation step to update changelog file * chore(package): bump version to v0.0.3 ci(release): update PR commit message (Lichtblick-Suite#34) ci(release): remove uppercase start from commit message (Lichtblick-Suite#35) ci(release): add PAT to PR creation step (Lichtblick-Suite#36) ci(release): handle staging with create-pull-request action (Lichtblick-Suite#40) ci(release): add commit step to update-changelog branch (Lichtblick-Suite#42) ci(release): add branch pull action before commit (Lichtblick-Suite#43) ci(release): force changes in changelog commit (Lichtblick-Suite#44) ci(release): specifiy pull reconcilation (Lichtblick-Suite#45) ci(release): add changes stashing before and after pull (Lichtblick-Suite#46) Ci create pr to update changelog file (Lichtblick-Suite#47) * ci(release): update workflow * ci(release): add delete branch option ci(release): update workflow (Lichtblick-Suite#49) ci(release): update workflow (Lichtblick-Suite#50) ci(release): update workflow (Lichtblick-Suite#52) ci(release): update workflow (Lichtblick-Suite#53) ci(release): split jobs (Lichtblick-Suite#54) ci(release): preserve state across jobs (Lichtblick-Suite#56) ci(release): update workflow (Lichtblick-Suite#57) ci(release): update workflow (#1) ci(release): update pipeline ci(release): update pipeline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automate changelog file update on release using github actions workflows.