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

Create release process #12

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Create release process #12

merged 2 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. release: improve release process

    Make sure the bzlmod has a strip prefix
    manuelnaranjo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ead7090 View commit details
    Browse the repository at this point in the history
  2. reorg: make rules ready for release

    When releasing library the best practices recommend that the entire
    public directory should be buildable without any dev dependencies.
    
    This breaks the API as those consuming the library need to change the
    paths they're using, but it's not that much of a change.
    manuelnaranjo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    98ca947 View commit details
    Browse the repository at this point in the history