mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a7876989ca
Co-authored-by: Ruslan Lesiutin <hoxy@fb.com>
14 lines
337 B
JavaScript
14 lines
337 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow strict-local
|
|
* @format
|
|
*/
|
|
|
|
const BUMP_COMMIT_MESSAGE = '[ci][monorepo] bump package versions';
|
|
|
|
module.exports = {BUMP_COMMIT_MESSAGE};
|