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

Prepare for release v0.2.0 #46

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Conversation

technosophos
Copy link
Collaborator

Update to release v0.2.0.

CHANGELOG:

  • Prepare for release v0.2.0 24ed1b3 (Matt Butcher)
  • if TOML header fails to parse, don't 500 the entire site 82a4a12 (Matt Butcher)
  • update sprig to include new fns c2193cb (Rajat Jindal)
  • check if client supports gzip 3135aec (Rajat Jindal)
  • send gzip encoded result if enabled 18e2066 (Rajat Jindal)
  • add fn to send gzip encoded result d83a8df (Rajat Jindal)
  • move response printing to its own module bd04234 (Rajat Jindal)
  • use handlebars_sprig for template functions d7375e5 (Rajat Jindal)
  • Skip loading dotfiles 396a029 (Matt Butcher)
  • add logo 4b376e5 (Rajat Jindal)
  • minor refactor 0ed16aa (Matt Butcher)
  • Add support for custom status and redirect bde798b (Matt Butcher)
  • sort_alpha template function d24b124 (Rajat Jindal)
  • splitn template function 7508ae3 (Rajat Jindal)
  • split template function 08a43db (Rajat Jindal)
  • rename implode to join 0f7e93c (Rajat Jindal)
  • fix handle bar logo 425e831 (Rajat Jindal)
  • add implode template function 5387f41 (Rajat Jindal)
  • fix logo alignment c6d2e87 (Rajat Jindal)

Signed-off-by: Matt Butcher matt.butcher@fermyon.com

Signed-off-by: Matt Butcher <matt.butcher@fermyon.com>
4. Push the tag up to `main` on GitHub
- This will trigger a release build
5. Wait for the `release` [action](https://github.com/fermyon/bartholomew/actions/workflows/release.yaml) to complete, and download the binary artifacts that are generated by that action.
6. Generate SHAs of the Windows, Mac, and Linux binaries with `shasum` or a similar command
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just update to Generate SHAs of the binaries...? It looks like the current version of the release action only builds/uploads with a default/un-specified agent. (I guess this may be Linux amd64? Not sure.)

Signed-off-by: Matt Butcher <matt.butcher@fermyon.com>
@technosophos technosophos merged commit fe8cfb7 into fermyon:main Mar 8, 2022
@technosophos technosophos deleted the release/v0.2.0 branch March 8, 2022 00:06
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.

2 participants