Skip to content

Commit

Permalink
build(releaserc.json and package.json): deprecated gulp release notif…
Browse files Browse the repository at this point in the history
…ication plugin in favour of semantic release notify plugin
  • Loading branch information
AsifNawaz-cnic committed Apr 29, 2024
1 parent e2603c0 commit 11563b6
Show file tree
Hide file tree
Showing 6 changed files with 867 additions and 1,118 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
release:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/java-sdk-release.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ on:

jobs:
tests:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/java-sdk-test.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
]
}
],
"semantic-release-teams-notify-plugin",
"@semantic-release/github"
]
}
1 change: 0 additions & 1 deletion gulpfile.js

This file was deleted.

Loading

0 comments on commit 11563b6

Please sign in to comment.