Skip to content

Commit

Permalink
fix: update publishing packages tag message prefix (#36348)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
hoxyq committed Mar 2, 2023
1 parent ac635f9 commit 9c4d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monorepo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};

0 comments on commit 9c4d0a8

Please sign in to comment.