-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (31 loc) · 1.01 KB
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Release
on: push
jobs:
release:
name: Release
if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 24.0.0
extra_plugins: |
@semantic-release/commit-analyzer@13.0.0
@semantic-release/release-notes-generator@14.0.1
@semantic-release/changelog@6.0.3
@semantic-release/exec@6.0.3
@semantic-release/git@10.0.1
@semantic-release/github@10.0.6
env:
GITHUB_TOKEN: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
- name: Send Slack notification
if: always()
uses: scribd/job-notification@v1.3.0
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: service-foundations-release