Skip to content

Commit f3ba085

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: use main branch
1 parent 4c0f923 commit f3ba085

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010

1111
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ember-cli-update-codemods-manifest
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/h4qxyasxo2nsrd10/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/ember-cli-update-codemods-manifest/branch/master)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/h4qxyasxo2nsrd10/branch/main?svg=true)](https://ci.appveyor.com/project/ember-cli/ember-cli-update-codemods-manifest/branch/main)
44

55
Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
branches:
88
only:
9-
- master
9+
- main
1010

1111
# Fix line endings in Windows. (runs before repo cloning)
1212
init:

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "@kellyselden/node-template",
16-
"version": "4.1.0",
16+
"version": "5.0.0",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@crowdstrike/commitlint": "^5.0.0",
27-
"@kellyselden/node-template": "4.1.0",
27+
"@kellyselden/node-template": "5.0.0",
2828
"chai": "^4.3.7",
2929
"ember-addon-codemods-manifest": "",
3030
"ember-app-codemods-manifest": "",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)