You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v0.2.1
### Changes
#### Fixed
- **CI/CD**: Prevent docs deployment race conditions
([#15](#15))
- Fixed race condition in GitHub Actions workflow when deploying
documentation
- Ensures stable and reliable documentation deployments to GitHub Pages
#### Changed
- **Build System**: Add run target to Makefile
([#14](#14))
- New `make run` target for easier local testing of example workflows
- Simplifies development workflow for contributors
### Release Automation
When this PR is merged to `main`, the GitHub Actions workflow will
automatically:
- ✅ Publish plugin to Nextflow Plugin Registry
- ✅ Create git tag `v0.2.1`
- ✅ Create GitHub release with changelog notes
### Checklist
- [x] Version updated in `build.gradle`
- [x] Version references updated in documentation files
- [x] CHANGELOG.md updated with release notes
- [x] Tests passing
- [x] Documentation updated (if needed)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments