Skip to content

Commit

Permalink
Prepare to rename the master branch to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Apr 9, 2022
1 parent c7aef03 commit e20f9a1
Show file tree
Hide file tree
Showing 59 changed files with 92 additions and 93 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center"><a href="https://rushstack.io/">https://rushstack.io/</a></p>
</td></tr></table>

[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=master)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=master)
[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=main)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=main)

The home for various projects maintained by the Rush Stack community, whose mission is to develop reusable tooling
for large scale TypeScript monorepos.
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/api-documenter/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/api-documenter/)

Expand Down
4 changes: 2 additions & 2 deletions apps/api-extractor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @microsoft/api-extractor


![API Extractor](https://github.com/microsoft/rushstack/raw/master/common/wiki-images/api-extractor-title.png?raw=true)
![API Extractor](https://github.com/microsoft/rushstack/raw/main/common/wiki-images/api-extractor-title.png?raw=true)
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://api-extractor.com/

Expand Down Expand Up @@ -44,7 +44,7 @@ For more details and support resources, please visit: https://api-extractor.com/
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/api-extractor/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/api-extractor/)

Expand Down
4 changes: 2 additions & 2 deletions apps/heft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ the Rush Stack website.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/heft/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - Find
out what's new in the latest version
- [UPGRADING.md](
https://github.com/microsoft/rushstack/blob/master/apps/heft/UPGRADING.md) - Instructions
https://github.com/microsoft/rushstack/blob/main/apps/heft/UPGRADING.md) - Instructions
for migrating existing projects to use a newer version of Heft
- [API Reference](https://rushstack.io/pages/api/heft/)

Expand Down
2 changes: 1 addition & 1 deletion apps/heft/src/pluginFramework/logging/FileError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class FileError extends Error {
this.column = column;

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
//
// Note: the prototype must also be set on any classes which extend this one
(this as any).__proto__ = FileError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Optional arguments:
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/rundown/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/rundown/CHANGELOG.md) - Find
out what's new in the latest version

Rundown is part of the [Rush Stack](https://rushstack.io/) family of projects.
8 changes: 4 additions & 4 deletions apps/rush/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @microsoft/rush


![rush](https://github.com/microsoft/rushstack/blob/master/common/wiki-images/rush-logo.png?raw=true)
![rush](https://github.com/microsoft/rushstack/blob/main/common/wiki-images/rush-logo.png?raw=true)
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://rushjs.io

Expand All @@ -25,7 +25,7 @@

- **Bulk publishing:** When it's time to do a release, Rush can detect which packages have changes, automatically bump all the appropriate version numbers, and run `npm publish` in each folder. If you like, configure your server to automatically run `rush publish` every hour.

- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) file.
- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) file.

- **Enterprise policies:** Want to review new libraries before developers add them to package.json, but avoid hassling people about already approved cases? Want to enforce that all your projects depend on the same library version numbers? Are unprofessional personal e-mail addresses accidentally showing up in your company's Git history? Rush can help maintain a consistent ecosystem when you've got many developers and many projects in the mix.

Expand Down Expand Up @@ -67,10 +67,10 @@ For more details and support resources, please visit: https://rushjs.io
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - Find
out what's new in the latest version
- [UPGRADING.md](
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
https://github.com/microsoft/rushstack/blob/main/apps/rush/UPGRADING.md) - Instructions
for migrating existing projects to use a newer version of Rush
- [API Reference](https://api.rushstack.io/pages/rush-lib/)

Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
// *
// * Thus, warnings do not interfere with local development, but they will cause a CI job to fail, because
// * the Rush process itself returns a nonzero exit code if there are any warnings or errors. This is by design.
// * In an active monorepo, we've found that if you allow any warnings in your master branch, it inadvertently
// * In an active monorepo, we've found that if you allow any warnings in your main branch, it inadvertently
// * teaches developers to ignore warnings, which quickly leads to a situation where so many "expected" warnings
// * have accumulated that warnings no longer serve any useful purpose.
// *
Expand Down
4 changes: 2 additions & 2 deletions eslint/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ designed around the the requirements of large teams and projects.
- **Explicit:** The ruleset does not import any "recommended" templates from other ESLint packages. This avoids
worrying about precedence issues due to import order. It also eliminates confusion caused by files
overriding/undoing settings from another file. Each rule is configured once, in one
[easy-to-read file](https://github.com/microsoft/rushstack/blob/master/stack/eslint-config/profile/_common.js).
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/profile/_common.js).

- **Minimal configuration:** To use this ruleset, your **.eslintrc.js** will need to choose one **"profile"**
and possibly one or two **"mixins"** that cover special cases. Beyond that, our goal is to reduce monorepo
Expand Down Expand Up @@ -268,7 +268,7 @@ module.exports = {
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/stack/eslint-config/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/CHANGELOG.md) - Find
out what's new in the latest version

`@rushstack/eslint-config` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion eslint/eslint-config/profile/_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function buildRules(profile) {
// - @typescript-eslint/interface-name-prefix
// - @typescript-eslint/member-naming
//
// Docs: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md
// Docs: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/naming-convention.md
'@typescript-eslint/naming-convention': [
'warn',
...macros.expandNamingConventionSelectors([
Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-patch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ and recommended approach.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/stack/eslint-patch/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/stack/eslint-patch/CHANGELOG.md) - Find
out what's new in the latest version

`@rushstack/eslint-patch` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion eslint/eslint-plugin-packlets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module.exports = {
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin-packlets/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin-packlets/CHANGELOG.md) - Find
out what's new in the latest version
- [@rushstack/eslint-config](https://www.npmjs.com/package/@rushstack/eslint-config) documentation

Expand Down
2 changes: 1 addition & 1 deletion eslint/eslint-plugin-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function isInteger(s: string): boolean {
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin-security/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin-security/CHANGELOG.md) - Find
out what's new in the latest version

`@rushstack/eslint-plugin-security` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion eslint/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let e: E._PrivateMember = E._PrivateMember; // okay, because _PrivateMember is d
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin/CHANGELOG.md) - Find
out what's new in the latest version

`@rushstack/eslint-plugin` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-dev-cert-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Automatically configures webpack-dev-server to use https in serve mode.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-jest-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Heft plugin for using Jest during the "test" stage.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-jest-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-jest-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-jest-plugin/src/HeftJestReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface IHeftJestReporterOptions {
* Jest behavior.
*
* For reference, Jest's default implementation is here:
* https://github.com/facebook/jest/blob/master/packages/jest-reporters/src/default_reporter.ts
* https://github.com/facebook/jest/blob/main/packages/jest-reporters/src/default_reporter.ts
*/
export default class HeftJestReporter implements Reporter {
private _terminal: ITerminal;
Expand Down
2 changes: 1 addition & 1 deletion heft-plugins/heft-sass-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Heft plugin for using node-sass during the "build" stage.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-sass-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-sass-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-storybook-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UI components.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-storybook-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-storybook-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-webpack4-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Heft plugin for using Webpack 4 during the "bundle" stage.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-webpack4-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-webpack4-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion heft-plugins/heft-webpack5-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Heft plugin for using Webpack 5 during the "bundle" stage.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-webpack5-plugin/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-webpack5-plugin/CHANGELOG.md) - Find
out what's new in the latest version

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/api-extractor-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ a namespace containing static members of the class.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/api-extractor-model/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/api-extractor-model/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/api-extractor-model/)

Expand Down
3 changes: 1 addition & 2 deletions libraries/debug-certificate-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
This library contains utilities for managing debug certificates in a development server environment. It provides functions to generate, self-sign, trust, and untrust .pem certificates for both Windows and Mac OS. It will also generate self-signed certificates on other OS's, but the user must manually trust and untrust them.

[![npm version](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager.svg)](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager)
[![Build Status](https://travis-ci.org/Microsoft/debug-certificate-manager.svg?branch=master)](https://travis-ci.org/Microsoft/debug-certificate-manager) [![Dependencies](https://david-dm.org/Microsoft/debug-certificate-manager.svg)](https://david-dm.org/Microsoft/debug-certificate-manager)


## `CertificateStore`
Expand Down Expand Up @@ -44,7 +43,7 @@ Attempts to locate a previously generated debug certificate and untrust it. Retu
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/debug-certificate-manager/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/debug-certificate-manager/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/debug-certificate-manager/)

Expand Down
2 changes: 1 addition & 1 deletion libraries/heft-config-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A library for loading config files for use with the [Heft](https://rushstack.io/
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/heft-config-file/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/heft-config-file/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/heft-config-file/)

Expand Down
4 changes: 1 addition & 3 deletions libraries/load-themed-styles/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# @microsoft/load-themed-styles
[![npm version](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles.svg)](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles)

[![Build Status](https://travis-ci.org/Microsoft/load-themed-styles.svg?branch=master)](https://travis-ci.org/Microsoft/load-themed-styles) [![Dependencies](https://david-dm.org/Microsoft/load-themed-styles.svg)](https://david-dm.org/Microsoft/load-themed-styles)

> Loads a string of style rules, but supports detokenizing theme constants built within it.
## Install
Expand Down Expand Up @@ -62,7 +60,7 @@ window.CSPSettings = {
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/load-themed-styles/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/load-themed-styles/CHANGELOG.md) - Find
out what's new in the latest version

`@microsoft/load-themed-styles` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/node-core-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ demonstrated. If in doubt, create your own NPM package.
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/node-core-library/)

Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/src/AlreadyReportedError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class AlreadyReportedError extends Error {
super('An error occurred.');

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc
// [https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
// [https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
//
// Note: the prototype must also be set on any classes which extend this one
(this as any).__proto__ = AlreadyReportedError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/src/InternalError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class InternalError extends Error {
super(InternalError._formatMessage(message));

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
//
// Note: the prototype must also be set on any classes which extend this one
(this as any).__proto__ = InternalError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (_.isEqual(deps, existingDeps)) {
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/package-deps-hash/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/package-deps-hash/)

Expand Down
2 changes: 1 addition & 1 deletion libraries/rig-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Note that there are also async variants of the functions that access the filesys
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/rig-package/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/rig-package/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/rig-package/)

Expand Down
2 changes: 1 addition & 1 deletion libraries/rush-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ API documentation for this package: https://rushjs.io/pages/advanced/api/
## Links

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://api.rushstack.io/pages/rush-lib/)

Expand Down
2 changes: 1 addition & 1 deletion libraries/rush-lib/assets/rush-init/[dot]travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script:
- set -e

- echo 'Checking for missing change logs...' && echo -en 'travis_fold:start:change\\r'
- git fetch origin master:refs/remotes/origin/master -a
- git fetch origin main:refs/remotes/origin/main -a
- node common/scripts/install-run-rush.js change -v
- echo -en 'travis_fold:end:change\\r'

Expand Down
Loading

0 comments on commit e20f9a1

Please sign in to comment.