Skip to content

Commit

Permalink
Merge pull request #2 from fika-dev/feature/iss/#1
Browse files Browse the repository at this point in the history
[fika-cli] change base branch into main
  • Loading branch information
croquies committed Oct 17, 2022
2 parents 9eca0d2 + 4f46baa commit ffa9e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .fikarc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"branchNames": {
"develop": "develop",
"main": "master",
"release": "release",
"develop": "main",
"main": "main",
"release": "main",
"issueBranchTemplate": "feature/iss/#<ISSUE_NUMBER>"
},
"start": {
Expand Down

0 comments on commit ffa9e59

Please sign in to comment.