Skip to content

Refactored release workflow and automation#817

Merged
amitjoy merged 1 commit intomainfrom
feature/816
Feb 11, 2026
Merged

Refactored release workflow and automation#817
amitjoy merged 1 commit intomainfrom
feature/816

Conversation

@amitjoy
Copy link
Owner

@amitjoy amitjoy commented Feb 11, 2026

Shifted build and publishing logic from the release script to the GitHub Actions workflow for improved pipeline transparency. Added a dry-run option for manual releases to verify configuration without performing an actual release. Configured JReleaser to automate GitHub releases and pull changelog data from external markdown files. Updated version management to include package.json synchronization for release and development cycles. Automated pushing of version bumps and tags to the remote repository.

Fixes #816

Shifted build and publishing logic from the release script to the GitHub Actions workflow for improved pipeline transparency.
Added a dry-run option for manual releases to verify configuration without performing an actual release.
Configured JReleaser to automate GitHub releases and pull changelog data from external markdown files.
Updated version management to include package.json synchronization for release and development cycles.
Automated pushing of version bumps and tags to the remote repository.

Fixes #816
@amitjoy amitjoy merged commit a0289f7 into main Feb 11, 2026
3 checks passed
@amitjoy amitjoy deleted the feature/816 branch February 11, 2026 05:08
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.

Enable GitHub Actions Release Workflow

1 participant