config: release-please #7
Merged
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 introduces several updates to configuration files, workflows, and dependencies to enhance automation, compatibility, and build processes. Key changes include integrating the
release-please
tool for automated releases, expanding Elixir and OTP version matrices for CI workflows, updating dependency versions, and improving Nix flake configurations.Configuration and automation enhancements:
.github/release-please-config.json
: Added configuration forrelease-please
, specifying changelog sections, pull request title patterns, and extra files for release management..github/.release-please-manifest.json
: Initialized the manifest file for tracking the release version..github/workflows/release-please.yml
: Created a new workflow to automate release creation usingrelease-please
.Continuous integration improvements:
.github/workflows/ci.yml
: Expanded Elixir and OTP version matrices to include multiple combinations for broader compatibility testing. [1] [2] [3].github/workflows/ci.yml
: Improved caching for Dialyzer PLTs by includingmix.lock
hash in cache keys and ensuring PLTs directory creation..github/workflows/ci.yml
: Updated test command to treat warnings as errors for stricter validation.Dependency updates:
README.md
: Updated the version ofsupabase_storage
dependency to0.4.2
with a release annotation.Nix flake configuration improvements:
flake.nix
: Updated Nixpkgs version and integratedelixir-overlay
for better Elixir package management, replacing manual overrides with prebuilt binaries.