Releases: npm/action-deploy
Releases · npm/action-deploy
v2.6.0
v2.0.0
- Adds support for a deployment confidence dashboard URL to be provided whenever deploying
v2.4.0
v2.3.0
Fix action.yaml with missing input variable (#46) * Fix action.yaml with missing input variable This commit fixes the action.yaml with the missing input variable to surpress the warning we were seeing when running the action * Add ability to specify the deployment sha If this workflow isn't being ran from the current branch (which is the case when you have a workflow being triggered by chatops), we need to be able to specify the current commit this workflow should report.
v2.2.0
Don't mutate a deployment if created by another workflow (#39) This commit adds the ability to still communicate via Slack that a deployment went through without actually having this workflow manage the deployment logic itself.
v2.1.7
- Allows for a deployment confidence dashboard URL to be passed
v2.1.3
- update dependencies with security fixes
v2.1.2
Fix:
- Long and multiline commit messages break formatting
v2.1.1
Feature
- Add commit diff to the slack notification
v2.1.0
Feature:
- Add slack integration to post deployment completion messages