mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
dce9d8d5de
commit
b72dc7f2c4
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user