Releases: Fieldguide/action-slack-deploy-pipeline
Releases · Fieldguide/action-slack-deploy-pipeline
v2.0.0
Updates action to run on node20
What's Changed
- Bump @babel/traverse from 7.18.13 to 7.23.2 by @dependabot in #90
- bump node version by @jazanne in #102
- Bump actions/checkout from 3 to 4 by @dependabot in #85
- Bump actions/setup-node from 3 to 4 by @dependabot in #91
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #99
- Bump github/codeql-action from 2 to 3 by @dependabot in #100
- deps: bump @types/node by @jazanne in #104
- Bump ESLint and related packages by @namoscato in #106
- Bump prettier from 3.0.3 to 3.2.5 by @dependabot in #107
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #108
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #92
- Bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in #109
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #112
- Bump @octokit/webhooks-types from 6.11.0 to 7.5.1 by @dependabot in #113
- Bump typescript from 5.0.4 to 5.4.5 by @dependabot in #114
v1.4.0
Features
- Support release event type by @namoscato in #84
Internal
- Cleanup continuous integration by @namoscato in #83
- Upgrade dependencies v1.3.0...v1.4.0
v1.3.0
Mention author in summary message #55
v1.3.0
attempts to match a Slack workspace user to the GitHub commit author by full name. When found, the Slack user is mentioned in the initial summary message, conventionally notifying them of all subsequent deploy messages in the thread:
This feature requires the Slack API users:read
OAuth Scope which can be added to your Slack app under OAuth & Permissions. If the scope is missing or the user cannot be matched, the action will fallback to the GitHub username and avatar as before.
Internal
- Upgrade dependencies v1.2.0...v1.3.0
v1.2.0
Features
- Support workflow_dispatch event type #31
v1.1.0
Features
- Support schedule event; expose event icon #28
Bugs
- Ignore skipped steps in stage duration computation #27
Internal
- Upgrade dependencies v1.0.1...v1.1.0
v1.0.1
Bugs
- Omit commit message descriptions #23