Merge/normalization#179
Open
Ekyoz wants to merge 1 commit into
Open
Conversation
382d6db to
a56ab58
Compare
a56ab58 to
93442e2
Compare
93442e2 to
612354a
Compare
Author
|
ok |
This file contains hidden or 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
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.
This pull request makes several improvements to the CI/CD workflows and configuration files, focusing on simplifying version handling, improving artifact management, and tightening deployment logic. The most significant changes include updating version parsing in
.bumpversion.toml, modernizing GitHub Actions workflow syntax and dependencies, and restricting documentation deployment to only final releases and main/dev branches.CI/CD Workflow Improvements
actions/upload-artifact@v6,actions/download-artifact@v7), improving reliability and performance. [1] [2] [3] [4] [5] [6] [7]aquasecurity/trivy-action@0.34.0,trufflesecurity/trufflehog@v3.93.1). [1] [2]Versioning and Deployment Logic
.bumpversion.tomlversion parsing and serialization to better handle pre-releases and post-releases, and clarified release progression and examples.deploy.ymlto only deploy documentation for final releases and main/dev branches, skipping pre-releases and unrecognized refs for safety and clarity.Dependency and Environment Management
mikefor documentation deployment, reducing unnecessary dependencies.mikefor documentation version management, replacinguv run mikewith directmikecalls.Miscellaneous Improvements
.dockerignorefile to exclude unnecessary files and directories from Docker builds, improving build performance and security.These changes collectively make the CI/CD pipelines more robust, easier to maintain, and more secure.