Skip to content

Commit

Permalink
Update branch name from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoudy91 committed Apr 5, 2024
1 parent 1d47124 commit 06efbb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ workflows:
cron: 0 0 * * *
filters:
branches:
only: master
only: main
jobs:
- audit-and-notify
build_and_test:
Expand All @@ -130,5 +130,5 @@ workflows:
filters:
branches:
only:
- master
- main
- beta
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
- Manage spaces - list, create, delete,...
- Export your space to a JSON file.
- Import your space from a JSON file.
- Execute migration scripts written in the [Contentful Migration DSL](https://github.com/contentful/contentful-migration/blob/master/README.md#reference-documentation)
- Generate migration scripts for the [Contentful Migration DSL](https://github.com/contentful/contentful-migration/blob/master/README.md#reference-documentation) from existing spaces.
- Execute migration scripts written in the [Contentful Migration DSL](https://github.com/contentful/contentful-migration/blob/main/README.md#reference-documentation)
- Generate migration scripts for the [Contentful Migration DSL](https://github.com/contentful/contentful-migration/blob/main/README.md#reference-documentation) from existing spaces.
- Seed your space with example data.
- Manage installation of [extensions](https://github.com/contentful/extensions) in a space.
- Securely login and logout with our [OAuth service](https://www.contentful.com/developers/docs/references/authentication/).
- Find all available commands in the [docs section](https://github.com/contentful/contentful-cli/tree/master/docs).
- Find all available commands in the [docs section](https://github.com/contentful/contentful-cli/tree/main/docs).

## :cloud: Installation

Expand Down Expand Up @@ -46,7 +46,7 @@ contentful space --help

## :books: Documentation

More detailed documentation for every command can be found in the [docs section](https://github.com/contentful/contentful-cli/tree/master/docs).
More detailed documentation for every command can be found in the [docs section](https://github.com/contentful/contentful-cli/tree/main/docs).

## Using the CLI tool with a proxy

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:e2e": "JEST_SUITE_NAME=\"Unit Tests\" JEST_JUNIT_OUTPUT_NAME=\"e2e-tests.xml\" cross-env jest --testPathPattern=test/e2e --verbose",
"postinstall": "patch-package",
"precommit": "npm run prettier:write && lint-staged",
"prepush": "jest --changedSince master test/unit/**",
"prepush": "jest --changedSince main test/unit/**",
"prepublishOnly": "npm run build:package",
"prettier": "prettier --config .prettierrc \"./*.js\" \"{./lib,./test,./docs,.}/**/*.{js,json,md}\"",
"prettier:write": "npm run prettier -- --write",
Expand Down Expand Up @@ -170,7 +170,7 @@
},
"release": {
"branches": [
"master",
"main",
{
"name": "beta",
"channel": "beta",
Expand Down

0 comments on commit 06efbb1

Please sign in to comment.