Skip to content

Commit 11563b6

Browse files
build(releaserc.json and package.json): deprecated gulp release notification plugin in favour of semantic release notify plugin
1 parent e2603c0 commit 11563b6

File tree

6 files changed

+867
-1118
lines changed

6 files changed

+867
-1118
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ on:
66

77
jobs:
88
release:
9-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
9+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/java-sdk-release.yml@main
1010
secrets: inherit
11-
with:
12-
repository: ${{ github.repository }}

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ on:
77

88
jobs:
99
tests:
10-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
11-
secrets: inherit
12-
with:
13-
repository: ${{ github.repository }}
10+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/java-sdk-test.yml@main
11+
secrets: inherit

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
]
3636
}
3737
],
38+
"semantic-release-teams-notify-plugin",
3839
"@semantic-release/github"
3940
]
4041
}

gulpfile.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)