fix(release): adds release workflow#50
Merged
Merged
Conversation
## [1.8.3-next-setup.1](v1.8.2...v1.8.3-next-setup.1) (2026-07-08) ### Bug Fixes * **release:** adds back github token ([cd34c52](cd34c52)) * **release:** adds defaults ([fdac965](fdac965)) * **release:** adds permissions to action ([d66921b](d66921b)) * **release:** fixes commitlint issues ([ac51e58](ac51e58)) * **release:** makes release config common js ([ccefcad](ccefcad)) * **release:** removes PR action and corrects branch for testing push ([5a1059a](5a1059a))
The @semantic-release/git plugin was force-adding dist/** (via its assets list) into every release commit, so compiled output was committed to the repo and showed up in PR #45 — even though dist is gitignored. git add --force overrides .gitignore, which is why it landed despite the ignore rule. - Remove 'dist/**' from the git plugin assets in release.config.cjs - Untrack the already-committed dist/ (git rm -r --cached dist); it stays on disk, gitignored, and is rebuilt in CI before publish - Remove unused deps: @comandeer/cli-spinner and command-exists (never imported), plus the redundant commitlint meta-package (kept @commitlint/cli, which provides the same binary) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
## [1.8.3-next-setup.2](v1.8.3-next-setup.1...v1.8.3-next-setup.2) (2026-07-08) ### Bug Fixes * **release:** stop committing build output and drop unused deps ([d64ac2c](d64ac2c)), closes [#45](#45)
## [1.9.1-next-setup.1](v1.9.0...v1.9.1-next-setup.1) (2026-07-09) ### Bug Fixes * **release:** adds back github token ([cd34c52](cd34c52)) * **release:** adds defaults ([fdac965](fdac965)) * **release:** adds permissions to action ([d66921b](d66921b)) * **release:** brings testing job into release action ([94551bd](94551bd)) * **release:** fixes commitlint issues ([ac51e58](ac51e58)) * **release:** fixes typo in workflow ([53d1443](53d1443)) * **release:** makes release config common js ([ccefcad](ccefcad)) * **release:** removes extraneous test that was causing failure in build not local ([687bbd6](687bbd6)) * **release:** removes PR action and corrects branch for testing push ([5a1059a](5a1059a)) * **release:** replaces inline testing with test workflow chaining ([d5b77b7](d5b77b7)) * **release:** stop committing build output and drop unused deps ([d64ac2c](d64ac2c)), closes [#45](#45) * **release:** updates branches for workflow for main and next ([725d29c](725d29c)) * **release:** updates workflow away from quotations as per the github docs ([c6dbd1a](c6dbd1a))
## [1.9.1-next-setup.2](v1.9.1-next-setup.1...v1.9.1-next-setup.2) (2026-07-09) ### Bug Fixes * **release:** adds dependency of test job ([3cd41cf](3cd41cf))
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.
No description provided.