Skip to content

Commit

Permalink
fix: announcements release process (#2411)
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt King <[email protected]>
  • Loading branch information
kurtaking authored Dec 27, 2024
1 parent ba51c92 commit 126b459
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workspaces/announcements/.changeset/eighty-lizards-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@backstage-community/plugin-announcements': patch
'@backstage-community/plugin-announcements-backend': patch
'@backstage-community/plugin-announcements-common': patch
'@backstage-community/plugin-announcements-node': patch
'@backstage-community/plugin-announcements-react': patch
'@backstage-community/plugin-search-backend-module-announcements': patch
---

Minor bump to fix release process - this should kick off the first release of the announcements plugins under the @backstage-community scope.
1 change: 1 addition & 0 deletions workspaces/announcements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"engines": {
"node": "18 || 20"
},
"private": true,
"scripts": {
"dev": "yarn workspaces foreach -A --include @backstage-community/plugin-announcements-backend --include @backstage-community/plugin-announcements --parallel -v -i run start",
"start": "yarn workspace @backstage-community/plugin-announcements start",
Expand Down

0 comments on commit 126b459

Please sign in to comment.