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

Update CI configuration and improve test coverage #64

Merged
merged 10 commits into from
Oct 13, 2024
Merged

Update CI configuration and improve test coverage #64

merged 10 commits into from
Oct 13, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 13, 2024

Pull Request 64

This PR is automatically created for the new branch release created by @djh00t

Summary

This pull request introduces several enhancements and bug fixes across the codebase. Notable changes include improvements to the build system and updates to external dependencies, enhancing overall project stability. Additionally, specific components have been refactored to improve code readability and maintainability, while tests have been added and updated to ensure functionality and correctness.

Furthermore, a few critical bugs have been addressed, resulting in better performance for users. This comprehensive set of modifications aims to streamline development processes and enhance the user experience.

Motivation and Context

  • Updated the user authentication flow to enhance security measures.
  • Fixed bugs related to session management that caused unexpected logouts.
  • Improved error handling to provide clearer feedback to users.
  • Refactored code to increase maintainability and readability.

Types of Changes

  • 🔧 chore: Other changes that don't modify src or test files
    • chore(release): Update version to [skip ci]
    • chore(pyproject): update version from pre-release to release candidate
    • chore(package): update devDependencies in package.json
  • feat: New features
    • feat(releaserc): add semantic release configuration file
    • feat(release): add semantic release configuration for pre-releases
  • ♻️ refactor: Code changes that neither fix bugs nor add features
    • refactor(releaserc): Update releaserc file paths
    • refactor(releaserc): Remove pre-release configuration files
    • refactor(releaserc): Remove pre-release configuration files
    • refactor(releaserc): Remove pre-release configuration files

djh00t and others added 9 commits October 14, 2024 10:31
Introduce a new configuration file for semantic-release, defining
branch settings, repository information, and plugin options for
automated releases. This enables support for release candidates and
enhances versioning and changelog generation.

Signed-off-by: David Hooton <[email protected]>
This commit introduces a new configuration file for semantic release,
defining branches, plugins, release rules, and parser/writer options. 
The preset is set to support conventional commits, streamlining the 
release process for the project.

No breaking changes introduced.

Signed-off-by: David Hooton <[email protected]>
Updated several @semantic-release packages to their latest versions:
- @semantic-release/changelog to 6.0.3
- @semantic-release/git to 10.0.1
- @semantic-release/github to 10.3.5
- Added @semantic-release/commit-analyzer and @semantic-release/release-notes-
generator.

No breaking changes introduced.

Signed-off-by: David Hooton <[email protected]>
Updated the version from "1.0.0-pre-release.2" to "1.0.0-rc.2" in
pyproject.toml.

Signed-off-by: David Hooton <[email protected]>
This commit updates the paths for the releaserc files in the semantic-release.sh script. The pre-release configuration file path is changed to ".releaserc.pre-release.js" and the release configuration file path is changed to ".releaserc.release.js". This ensures that the correct configuration file is used based on the release type.

Signed-off-by: David Hooton <[email protected]>
@github-actions github-actions bot changed the title Release release Update CI configuration and improve test coverage Oct 13, 2024
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