Skip to content

Commit

Permalink
chore: create 9.x.x LTS branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Jan 23, 2024
1 parent 84e9007 commit 6d7a45c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- closed
branches:
- 8.x.x
- 9.x.x

env:
TARGET_BRANCH: main
Expand Down Expand Up @@ -39,8 +39,9 @@ jobs:

- name: Cherry pick
run: |
git config user.name 'Blackbaud Sky Build User'
git config user.email '[email protected]'
# Set the git user to the author of the merge commit.
git config user.name "$(git log -1 --pretty=format:'%an' ${{ github.event.pull_request.merge_commit_sha }})"
git config user.email "$(git log -1 --pretty=format:'%ae' ${{ github.event.pull_request.merge_commit_sha }})"
# Echo commands to the log.
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main
- 9.x.x
pull_request:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- 9.x.x
env:
PRERELEASE: 'false'
MAJOR_VERSION: 9
Expand Down
2 changes: 1 addition & 1 deletion .skyuxdev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseBranch": "main",
"baseBranch": "9.x.x",
"documentationExcludeProjects": [
"clipboard",
"code-block",
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "main"
"defaultBase": "9.x.x"
},
"tasksRunnerOptions": {
"default": {
Expand Down

0 comments on commit 6d7a45c

Please sign in to comment.