@itwin/reality-data-client
Version:
HTTP Client for the iTwin Platform Reality Management APIs
14 lines (13 loc) • 581 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
const base = require("./beachball.config.js");
/** @type {import("beachball").BeachballConfig } */
module.exports = {
...base,
tag: "nightly",
prereleasePrefix: "dev",
generateChangelog: false,
gitTags: false,
};