Skip to content

Commit 2b0161f

Browse files
authored
ci(release): change semantic release branch (#102)
## PR Checklist Please check if your PR fulfills the following requirements: <!--- [ ] Tests for the changes have been added (for bug fixes/features)--> - [ ] Docs have been added/updated (for bug fixes/features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no API changes) - [x] Build related changes - [x] CI-related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Issue Number <!-- Bugs and features must be linked to an issue. --> Issue Number: N/A ## Does this PR introduce a breaking change? <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> - [ ] Yes - [x] No ## Other information Switch from main branch to release branch for deploy and production documentation @coderabbitai summary
2 parents 0a9778c + fbc8be9 commit 2b0161f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nxreleaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"repositoryUrl": "https://github.com/themesberg/flowbite-angular",
33
"tagFormat": "${PROJECT_NAME}@v${version}",
4-
"branches": ["main"]
4+
"branches": ["release"]
55
}

apps/docs/ng-doc.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: NgDocConfiguration = {
1414
repoConfig: {
1515
url: 'https://github.com/themesberg/flowbite-angular',
1616
mainBranch: 'main',
17-
releaseBranch: 'main',
17+
releaseBranch: 'release',
1818
},
1919
shiki: {
2020
themes: {

libs/flowbite-angular/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"npm": true,
4040
"changelog": true,
4141
"branches": [
42-
"main",
42+
"release",
4343
{
4444
"name": "beta",
4545
"prerelease": true

0 commit comments

Comments
 (0)