mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
feat(ci): auto release (#53)
* feat(ci): allow auto release * chore(ci): simplify release * chore: apply suggestions from code review
This commit is contained in:
parent
1dd736bd72
commit
6cef3bd05f
5 changed files with 94 additions and 56 deletions
10
src/tsconfig.json
Normal file
10
src/tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"declaration": false,
|
||||
"rootDir": ".",
|
||||
"outDir": "dist",
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue