Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the patterns Elixir library for the v0.0.1 release by adding an initial changelog and ensuring it’s included in published package/docs metadata, plus updating README release status text.
Changes:
- Add
CHANGELOG.mddocumenting thev0.0.1release contents. - Include
CHANGELOG.mdin Hex package file list and ExDoc extras. - Update README “Status” section to reflect the first release.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| mix.exs | Adds CHANGELOG.md to packaged files and ExDoc extras so it ships and appears in HexDocs. |
| README.md | Updates release status messaging to no longer indicate “pre-release”. |
| CHANGELOG.md | Introduces the initial changelog entry for v0.0.1 with included modules/features. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
33b1e66 to
16d85d5
Compare
16d85d5 to
de63f54
Compare
Contributor
Author
|
Closed because I rewrote the README on main |
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.
Gets v0.0.1 ready to ship.
Adds the first changelog, includes it in HexDocs/package files, and updates the README status so it no longer sounds like a draft.
Checked with
mix test,mix lint,MIX_ENV=prod mix hex.build, andnix flake check --show-trace.