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

Improve GitHub Releases (description, extra assets) #3

Open
5 tasks
jimeh opened this issue May 9, 2021 · 0 comments
Open
5 tasks

Improve GitHub Releases (description, extra assets) #3

jimeh opened this issue May 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jimeh
Copy link
Owner

jimeh commented May 9, 2021

Some of the things I'd like to add to each release:

  • Summary of what was built, potentially the plan.yml file contains
    everything needed.
  • Arguments passed to both ./configure and make. This will require
    changes in the build script.
  • Capture ./configure output and upload it as a release asset.
  • Add a code block to description with SHA256 sums for all attached assets.
    Potentially generated by simply combining the content of each *.sha256
    asset.
  • Upload the Emacs source tarball downloaded by the build script as a asset
    on each release.

For now these should all be relatively easy to deal with as each release will
only have a single build for macOS 10.15 on x86_64. Once we get another OS or
architecture the process will need to be able to deal with two concurrent builds
attaching different assets and updating relevant parts of the description.

@jimeh jimeh added the enhancement New feature or request label May 9, 2021
@jimeh jimeh changed the title Populate GitHub Release description with relevant info about the build Improve GitHub Releases (description, extra assets) May 11, 2021
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

1 participant