sendgrid-ruby
Advanced tools
@@ -99,2 +99,7 @@ name: Test and Deploy | ||
| - name: Submit metric to Datadog | ||
| uses: sendgrid/dx-automator/actions/datadog-release-metric@main | ||
| env: | ||
| DD_API_KEY: ${{ secrets.DATADOG_API_KEY }} | ||
| notify-on-failure: | ||
@@ -101,0 +106,0 @@ name: Slack notify on failure |
+6
-0
| # Change Log | ||
| All notable changes to this project will be documented in this file. | ||
| [2022-03-09] Version 6.6.2 | ||
| -------------------------- | ||
| **Library - Chore** | ||
| - [PR #483](https://github.com/sendgrid/sendgrid-ruby/pull/483): push Datadog Release Metric upon deploy success. Thanks to [@eshanholtz](https://github.com/eshanholtz)! | ||
| [2022-02-09] Version 6.6.1 | ||
@@ -5,0 +11,0 @@ -------------------------- |
| module SendGrid | ||
| VERSION = '6.6.1'.freeze | ||
| VERSION = '6.6.2'.freeze | ||
| end |
Sorry, the diff of this file is too big to display