Skip to content

fix: darwin release - #49

Merged
RafaeLeal merged 2 commits into
masterfrom
fix/darwin-release
Sep 15, 2026
Merged

RafaeLeal merged 2 commits into
masterfrom
fix/darwin-release

Conversation

@RafaeLeal

Copy link
Copy Markdown
Contributor
  • Please check if the PR fulfills these requirements
  • There is an open issue describing the problem that this pr intents to solve.
    • You have a descriptive commit message with a short title (first line).
  • Tests for the changes have been added (for bug fixes / features).
  • Docs have been added / updated (for bug fixes / features).
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior?

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

Copilot AI lite review requested due to automatic review settings September 14, 2026 21:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates Darwin release tooling and records release 0.2.163.

Changes:

  • Adds the 0.2.163 changelog entry.
  • Selects gsed on Darwin and sed elsewhere.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Summary
CHANGELOG.md Adds the 0.2.163 release entry.
build/release.sh Adds Darwin-specific changelog editing, but relies on gsed, which is not installed by default.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread build/release.sh
local today=$(get_today)
sed -ie "s/\(##\s*\[Unreleased\]\)/\1\n\n## [$version] - $today/g" $changelog
if [[ "$OSTYPE" == "darwin"* ]]; then
gsed -ie "s/\(##\s*\[Unreleased\]\)/\1\n\n## [$version] - $today/g" $changelog
@RafaeLeal
RafaeLeal merged commit 312f477 into master Sep 15, 2026
5 of 8 checks passed
@RafaeLeal
RafaeLeal deleted the fix/darwin-release branch September 15, 2026 15:18
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