forked from onedr0p/sops-pre-commit
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump version to 1.0.0-rc.2 and update workflow configurations #70
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
Refactor code structure and update test coverage
Refactor authentication logic and improve test coverage
Improve error handling and enhance performance in user authentication
Update CI configuration and improve test coverage
Added the `@semantic-release/release-notes-generator` package as a development dependency in the `semantic-release.sh` script to enhance release note generation. Signed-off-by: David Hooton <[email protected]>
…d tagging Updated the pre-release branch configuration to use a more descriptive branch name and added support for a version tag format. Introduced a commit transformation feature to provide human-friendly descriptions for commit types. This change does not introduce any breaking changes. Signed-off-by: David Hooton <[email protected]>
…mmit transformation - Changed the release message type from `ci` to `chore`. - Added a commit transformation function to format commit types and dates. Signed-off-by: David Hooton <[email protected]>
Update the version in the `pyproject.toml` file from `1.0.0-pre-release.2` to `1.0.0-rc.2`. This change marks the transition to the release candidate phase. Signed-off-by: David Hooton <[email protected]>
Implement performance enhancements and fix minor bugs in the code.
Updated paths for workflow files to use relative paths instead of absolute paths. This change ensures better portability and clarity in the YAML configuration. Signed-off-by: David Hooton <[email protected]>
Signed-off-by: David Hooton <[email protected]>
ci:(pyproject.toml): Bump version to v1.0.0.0-rc.2
Merge multiple release pull requests from djh00t
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 merges several changes focused on version updates and workflow configurations. Notably, the version has been bumped to v1.0.0.0-rc.2 in the , along with other related improvements. The release message format has also been modified to streamline communication.
Additionally, updates to workflow paths and the inclusion of a release-notes-generator dependency have been made to enhance the build and release process. These enhancements aim to improve overall functionality and maintainability of the project.
Pull Request 67
This PR is automatically created for:
Summary
None
Motivation and Context
None
Types of Changes
Chore (chore: 🔧)
Other changes that don't modify src or test files
Continuous Integration (ci: ⚙️)
Changes to CI configuration files and scripts
Other Changes
Changes that don't fit into the above categories