Skip to content

feat: add changelog and gorelease link#20

Merged
scmmishra merged 4 commits into
mainfrom
feat/changelog
Jun 3, 2026
Merged

feat: add changelog and gorelease link#20
scmmishra merged 4 commits into
mainfrom
feat/changelog

Conversation

@scmmishra
Copy link
Copy Markdown
Member

No description provided.

@scmmishra scmmishra marked this pull request as ready for review June 3, 2026 08:44
@scmmishra scmmishra merged commit 95a712a into main Jun 3, 2026
10 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8eb59d5bcd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

found && (/^## \[/ || /^\[[^]]+\]: /) { exit }
/^## \[/ && index($0, "[" ver "]") { found=1; next }
found { print }
' CHANGELOG.md > release_notes.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Avoid dirtying git before GoReleaser

In the tag workflow, this redirection creates an untracked release_notes.md in the checkout immediately before goreleaser release; I checked the repo .gitignore and this file is not ignored. GoReleaser's release help documents --clean as only removing dist, and its dirty-state docs show untracked files (?? created.txt) fail validation, so every release with a matching changelog section will abort before publishing unless the notes file is ignored or written outside the worktree.

Useful? React with 👍 / 👎.

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.

1 participant