fix: update publishing packages tag message prefix (#36348)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
Ruslan Lesiutin
2023-03-02 03:55:51 -08:00
committed by Facebook GitHub Bot
parent dce9d8d5de
commit b72dc7f2c4
+1 -1
View File
@@ -8,6 +8,6 @@
* @format
*/
const PUBLISH_PACKAGES_TAG = '@publish-packages-to-npm';
const PUBLISH_PACKAGES_TAG = '#publish-packages-to-npm';
module.exports = {PUBLISH_PACKAGES_TAG};