Skip to content

Commit

Permalink
Merge branch 'add-registry-release-flow' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 11, 2024
2 parents 0e73c54 + 55b8a4d commit 904bc90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scripts/changesets/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const REFINE_CE_TITLE = "\n📢 **Refine Community Edition Release** 📢\n";
const REFINE_CE_TITLE =
"\n📢 \\*\\*Refine Community Edition Release\\*\\* 📢\n";

const REFINE_ENTERPRISE_TITLE = "\n⚡ **Refine Enterprise Release** ⚡\n";
const REFINE_ENTERPRISE_TITLE =
"\n⚡ \\*\\*Refine Enterprise Release\\*\\* ⚡\n";

module.exports = {
REFINE_CE_TITLE,
Expand Down

0 comments on commit 904bc90

Please sign in to comment.