Releases: NoRedInk/deploy-complexity
Releases · NoRedInk/deploy-complexity
fix pr-checklist race condition
fixes race condition in pr-checklist CI check
v0.13.2
fixes github links when pr checklist fails
0.13.1
0.13.0
- Checklists can now be defined to match on the differences in the change, and not simply on matching filename paths
- Calculate
.git
directory for pr-checklists by looking up the tree for any ancestor directory containing the directory.git
if a git directory is not provided by the--git-dir
flag or theGIT_DIR
environment variable - Change project ruby version to 2.6.6
- Upgrade rubocop to 0.85.1
- Upgrade dev dependencies to latest for yard, rspec, and pry
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
- Format slack attachments from #12
- Use slack link formatting for comparison and migration links
- Introduce dependency class for future de-duplication of change lists to dependency sources (ie elm.json, package.json, Gemfile.lock)
- Add --slack '#channel' flag to directly post to slack using
ENV['SLACK_WEBHOOK']
url