Releases: launchdarkly/find-code-references-in-pull-request
Releases · launchdarkly/find-code-references-in-pull-request
v2.0.0
Added
- [Breaking change] Create flag links will be on by default. Ensure your
access token has the requiredcreateFlagLink
role.
Changed
- Enable scanning github workflow files for flag references. More
info
v1.3.0
Added
- Add an info warning for changes flags that have been deprecated
Changed
- Update info message for removed, but not extinct flags
- Update dependencies
v1.2.0
Added
- Automatically create flag links for flags modified in the pull request
Changed
- Update dependencies
v1.1.1
v1.1.0: docs: prep for release 1.1.0 (#78)
Added
- Indicate if a removed flag has all references removed
- Output
any-extinct
,extinct-flags-count
,extinct-flags
- Output
Changed
- Update the comment design
- Update dependencies
Fixed
- Detect aliases for removed flags
- Wrong output set for
any-removed
,removed-flags-count
,removed-flags
v1.0.1
v1.0.0
Find flags that have changed in your pull requests.
Read docs: https://github.com/launchdarkly/find-code-references-in-pull-request
v0.7.0.rc-4
Added
- Added outputs for when any flags are changed (added, modified, or removed)
Changed
- Updated comment wording
- Updated version of code references
v0.7.0-rc.3
This is pre-stable 1.0, but has breaking changes to inputs
Fixed
- Incorrect dates for archived flags
v0.7.0-rc.2
This is pre-stable 1.0, but has breaking changes to inputs
Breaking changes
- only allow one
environment-key
Added
- scan for archived flags
Changed
- update comment design
- refactoring of flag fetching