Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: TT-104 update GH-token
  • Loading branch information
scastillo-jp committed Jan 15, 2021
commit df8432cd5a916d6579ff1f48c98f04f6650ee7f3
2 changes: 1 addition & 1 deletion .github/workflows/Release-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: npm install
- name: Run Semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"config": {
"commit-message-validator": {
"pattern": "^((TT-)[0-9].*(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: ))",
"pattern": "^(fix: TT-|feat: TT-|perf: TT-|build: TT-|ci: TT-|docs: TT-|refactor: TT-|style: TT-|test: TT-)[0-9].*",
"errorMessage": "Your commit message needs to start with TT-number fix:, feat:, or perf: followed by any commit message, e.g. TT-43 fix: any commit message"
}
},
Expand Down