Skip to content

Automatically publish new releases to Hex#78

Open
mdbrnowski wants to merge 2 commits intomasterfrom
hex-release
Open

Automatically publish new releases to Hex#78
mdbrnowski wants to merge 2 commits intomasterfrom
hex-release

Conversation

@mdbrnowski
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.01%. Comparing base (8e5bb49) to head (8370583).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   74.01%   74.01%           
=======================================
  Files           7        7           
  Lines        1189     1189           
  Branches      169      169           
=======================================
  Hits          880      880           
  Misses        309      309           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdbrnowski
Copy link
Member Author

mdbrnowski commented Mar 2, 2026

The workflow works with --dry-run (on a separate branch):
https://github.com/esl/exml/actions/runs/22723412903/job/65891624977

@mdbrnowski mdbrnowski marked this pull request as ready for review March 2, 2026 13:39
Comment on lines +18 to +19
otp-version: "27"
rebar3-version: "3.26"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not using '28' and '3.27 already? (latest versions). Also, you'll probably want to set up dependabot for this, considering you'll have now the otp versions hardcoded in three different github action files.

Copy link
Member Author

Choose a reason for hiding this comment

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

I usually stick to slightly older software versions instead of the very latest releases, but it's not a strong preference -- I'll switch to the newest version.

Copy link
Member Author

Choose a reason for hiding this comment

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

As for Dependabot, I don't think there is an easy way to do this, since it does not support updating versions in "random" strings within scripts.

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.

3 participants