This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Releases: curai/github-asana-action
Releases · curai/github-asana-action
v4.5.0
What's changed
Incrementing tag to match version in package.json
v4.4.0
What's Changed
- feat: If task has 'needs-uat' tag, move to 'In UAT' section on merge instead of marking complete by @kpcurai in #1
Full Changelog: v4.3.0...v4.4.0
v4.3.0
- Use
core.setFailedinstead ofcore.errorwhen logging task-specific failures
v4.2.0
- Adds a new
mark-completeparameter, which will mark the specified Asana task as complete
v4.1.0
- Opt in to newer Asana client features, silence warnings
- Improved logging
v4.0.1
- ACTUALLY build the contents of the v4.0.0 release...
v4.0.0
- Backwards-incompatible changes to parsing regex (see README for details)
v3.1.1
- Additional logging and rebuild
v3.1.0
- Update README with proper GitHub Action link and
target-sectionparameter
v3.0.2
- Initial re-release to GitHub Actions