Refactor CI and Release workflows, cleanup Azure pipelines, remove obsolete files, update docs. #1768
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.
This pull request includes several updates and refactorings to improve the project. Here are the key changes:
Updated the readme file baker dependencies to version 4.1.0.
Fixed a permission problem related to the dependency graph submission by granting write permissions.
Refactored the publishing workflows to disallow publishing from fork repositories.
Made small changes to the release note template.
Refactored the CI workflow to trigger on all branches and tags.
Updated the CI workflow badge URL in the README.md file.
Updated the Maven Central latest release version badge URL in the README.md file.
Removed obsolete Azure Pipeline files.
Removed the obsolete changelog.md file, which hasn't been maintained for years. GitHub release notes should be used instead.
Refactored the documentation to reflect the automated CI and release processes.