generated from antongolub/blank-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
258c1ff
commit 44690c9
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ import {createTower} from 'tagtower' | |
|
||
const tower = createTower({ | ||
url: 'https://<token>github.com/git/repo.git', | ||
branch: 'tagtower', | ||
temp: './temp', // A dir to hold temporary git channels. Defaults to fs.mkdtemp(path.join(os.tmpdir(), 'tempy-tagtower-')) | ||
branch: 'tagtower', // Branch for storing tags. Defaults to 'tagtower' | ||
temp: './temp', // Dir to hold temporary git channels. Defaults to fs.mkdtemp(path.join(os.tmpdir(), 'tempy-tagtower-')) | ||
committerName: 'Foo Bar', // Username and email to sign annotaged git tags | ||
committerEmail: '[email protected]' // Defaults to Semrel Extra Bot <[email protected]> | ||
}) | ||
|