Skip to content

Commit 9c4d0a8

Browse files
committed
fix: update publishing packages tag message prefix (facebook#36348)
Summary: Pull Request resolved: facebook#36348 Changelog: [Internal] Turns out that Phabricator strips `@` symbol from `@...` tags when exports commits to GitHub. Proposing to use `#` instead. #publish-packages-to-npm Reviewed By: cortinico Differential Revision: D43712415 fbshipit-source-id: 86fc728eb0cb63afb6a9fe592a9ae998da2ce2e4
1 parent ac635f9 commit 9c4d0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/monorepo/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* @format
99
*/
1010

11-
const PUBLISH_PACKAGES_TAG = '@publish-packages-to-npm';
11+
const PUBLISH_PACKAGES_TAG = '#publish-packages-to-npm';
1212

1313
module.exports = {PUBLISH_PACKAGES_TAG};

0 commit comments

Comments
 (0)