Releases: target/captains-log
Assert Message Order
fix: Assert Message Order (#83) * fix: Assert Message Order * update
Fresh UI and Bug Fixes
#81 adds a ton of new stuff!
We have done some serious testing around sub-channel releases. We've added in delayed messaging as to adhere to any open source, or enterprise, slack rate limits. This should solve a lot of underlying issues that may have existed for end users.
We've added a brand new UI using the Slack Blocks api. This addition adds some MUCH needed mobile support and love. Let us know what you think!
Add Custom CI Support
This release introduced first class support for Vela, Target's official CI Server. It also enabled users to use any CI of their choosing by supporting plain old environment variables that are "non-prefixed".
Bug Fixes
Hotfix - Incorrect Negation
#63 the conditional to save people from not having a token needed to be negated, not to be checked.
Hot Fix `.captains.yml`
Adding `v` tag
Missed the version on the previous tag.
Features on Features!
-
#55 - Introducing external Captain's Log configuration! Now you can place all of the same config values you place in the
.drone.yml
into a file at the root of your directory called.captains.yml
. -
#57 - Add custom slack headings to the top of your release notes! Tired of seeing "released to production", feel free to customize that to your heart's desire!
-
#56 - Ignore issues in pull requests with a more clear ignore syntax! Now you can use
<!-- captains-log-ignore -->
and<!-- end-captains-log-ignore -->
instead of/or withicl/ecl
tags respectively.