Skip to content

Commit 5d75954

Browse files
committed
chore: Refer to crow banch as current release
1 parent 4cdb7bf commit 5d75954

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Steps to reproduce
22

33
(First please check that this issue is not already solved as [described
4-
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug))
4+
here](https://github.com/feathersjs/feathers/blob/crow/.github/contributing.md#report-a-bug))
55

66
- [ ] Tell us what broke. The more detailed the better.
77
- [ ] If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc. This makes it much easier for us to debug and issues that have a reproducable example will get higher priority.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Summary
22

33
(If you have not already please refer to the contributing guideline as [described
4-
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#pull-requests))
4+
here](https://github.com/feathersjs/feathers/blob/crow/.github/contributing.md#pull-requests))
55

66
- [ ] Tell us about the problem your pull request is solving.
77
- [ ] Are there any open issues that are related to this?

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"hoist": true
1010
},
1111
"publish": {
12-
"allowBranch": "master",
12+
"allowBranch": "crow",
1313
"message": "chore(release): publish %s",
1414
"conventionalCommits": true,
1515
"createRelease": "github"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"scripts": {
2626
"install": "lerna bootstrap",
27-
"publish": "lerna publish && git commit -am \"chore: Update version and changelog\" && git push origin master",
27+
"publish": "lerna publish && git push origin",
2828
"lint": "tslint 'packages/**/*.js' 'packages/**/*.ts' -c tslint.json --fix",
2929
"update-dependencies": "ncu -u && lerna exec -- ncu -u",
3030
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",

0 commit comments

Comments
 (0)