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

Bump version to 1.0.0-rc.2 and update workflow configurations #70

Merged
merged 18 commits into from
Oct 14, 2024

Conversation

github-actions[bot]
Copy link

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.

  • Updated versioning in to reflect the latest release candidate.
  • Modified workflow configurations to ensure correct paths are set.
  • Enhanced release note generation process for improved clarity and format.
  • Integrated new dependencies and streamlined release management scripts.

Pull Request 67

This PR is automatically created for:

Source Branch Target Branch Creator
pre-release release @djh00t

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

  • ci:(pyproject.toml): Bump version to v1.0.0.0-rc.2
  • ci(workflows): update paths in workflow configurations

Other Changes

Changes that don't fit into the above categories

djh00t and others added 18 commits October 11, 2024 12:49
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]>
ci:(pyproject.toml): Bump version to v1.0.0.0-rc.2
Merge multiple release pull requests from djh00t
@djh00t djh00t merged commit 8adf49b into release Oct 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant