Releases: launchdarkly/find-code-references-in-pull-request
Releases · launchdarkly/find-code-references-in-pull-request
v0.7.0-rc
v0.6.0 (breaking changes)
v0.5.0
v0.4.2
Update formatting
v0.4.1 Details (#12)
Bounded number of flags
Set a maximum number of flags that can be processed per PR in case of major changes/rewrites.
Environment Name
- If available the Environment Name will be displayed in front of the environment key.
- fixed bug where aliases show up multiple times.
Remove unneeded logging
v0.3.1 cleanup log
Push custom props to flag
If a feature flag is found it can push over the organization name and repo name along with the PR number that is referencing it. This is opted to be false for now but configurable via referencePRonFlag
.
Formatted Comments
Reformat Comment and support multiple environments (#7) * Reformat comment to be more readable using tables. * Handle json variations * Truncate variation info at 50 characters * Loop over environments commenting with settings