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

Build: Generate Release Artifact #68

Open
hborawski opened this issue Aug 2, 2024 · 1 comment
Open

Build: Generate Release Artifact #68

hborawski opened this issue Aug 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hborawski
Copy link
Contributor

To avoid needing to commit generated files, like #67 we need to generate release artifacts instead of relying on the default .tar.gz that GItHub creates for each release.

The new artifact needs to contain all source code from the repository, in addition to generated files that rules rely on.

This artifact needs to be attached to the GitHub release which can be done with an auto plugin.

The local bazel-usage-note-auto-plugin for release notes will need to be updated to reflect the new archive location.

@hborawski hborawski added the enhancement New feature or request label Aug 2, 2024
@sugarmanz
Copy link
Member

This would also be a good opportunity to build the tools we produce to prevent the need for the consumers to build them. Ex:

# TODO: We should probably build this for the archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants