chore(#52): release mechanics for the first Hex publish (v0.1.0)#58
Draft
milmazz wants to merge 1 commit into
Draft
chore(#52): release mechanics for the first Hex publish (v0.1.0)#58milmazz wants to merge 1 commit into
milmazz wants to merge 1 commit into
Conversation
Prepare the repository to merge at publish time:
- mix.exs: set the version to 0.1.0 — nothing was ever published, so the
first public version should be 0.1.0 rather than 0.1.1.
- CHANGELOG.md: retitle the unreleased section to v0.1.0 with a release-date
placeholder to fill in at tag time.
- README.md (Installation only): make the Hex dependency snippet
({:bier, "~> 0.1.0"}) primary, keeping the git dependency as the
tracking-main option.
- SECURITY.md: supported versions (0.1.x, alpha caveat), private reporting
via GitHub security advisories, 7-day initial-response window.
No code changes; tagging and publishing stay manual.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-mechanics PR for the first Hex publish. Draft on purpose — merge this at publish time, not before.
What
0.1.1-dev→0.1.0.## Unreleased→## v0.1.0 (unreleased)with a release-date placeholder to fill in at tag time. Existing bullets kept as-is; the only commits since the changelog was written are a transitive-deps security bump and an internal upsert perf tweak, neither changelog-notable for a first release.{:bier, "~> 0.1.0"}is now primary, with the git dependency kept as the secondary "trackmain" option.0.1.x, mirroring the README's alpha warning), private reporting via GitHub security advisories, 7-day initial-response window.No code, workflow, or docs/ changes. Nothing is tagged or published by this PR.
Release checklist (maintainer)
Verification
mix deps.get,mix format --check-formatted,mix compile --warnings-as-errors,mix credo --strict,mix docs --warnings-as-errors, andMIX_ENV=test mix compile --warnings-as-errorsall pass locally.lib/code.🤖 Generated with Claude Code