Skip to content

Commit 140f9e6

Browse files
Update flexlate templates
copier-github-actions-semantic-release: 3795acc2665b55c501b47eeea92b9aa839c605bf -------------------BEGIN FLEXLATE TRANSACTION------------------- { "type": "update", "target": "", "out_root": null, "data": null, "id": "868d46c7-8881-45e2-86e2-430623250f9a" }
1 parent 59acc76 commit 140f9e6

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
. "$(dirname "$0")/_/husky.sh"
33

44
npm run build
5+
git add dist

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Sync Github Topics from a Github Action
1515

1616
This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.
1717
Any time the major version changes, there may be breaking changes. If it is working well for you, consider
18-
pegging to the current major version, e.g. `github-topic-syncer@v1`, to avoid breaking changes. Alternatively,
19-
you can always point to the most recent stable release with the `github-topic-syncer@latest`.
18+
pegging to the current major version, e.g. `nickderobertis/github-topic-syncer@v1`, to avoid breaking changes. Alternatively,
19+
you can always point to the most recent stable release with the `nickderobertis/github-topic-syncer@latest`.
2020

2121

2222
## Developing

flexlate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "copier-github-actions-semantic-release",
55
"path": "https://github.com/nickderobertis/copier-github-actions-semantic-release",
66
"type": "copier",
7-
"version": "7b7c8744668af57ab330cbd56cfb5c1202c2561c",
7+
"version": "3795acc2665b55c501b47eeea92b9aa839c605bf",
88
"git_url": "https://github.com/nickderobertis/copier-github-actions-semantic-release",
99
"target_version": null,
1010
"render_relative_root_in_output": ".",
@@ -24,7 +24,7 @@
2424
"author_email": "derobertis.nick@gmail.com",
2525
"main_branch_name": "main"
2626
},
27-
"version": "7b7c8744668af57ab330cbd56cfb5c1202c2561c",
27+
"version": "3795acc2665b55c501b47eeea92b9aa839c605bf",
2828
"add_mode": "local",
2929
"root": "."
3030
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ async function run(): Promise<void> {
66
} catch (error) {
77
if (error instanceof Error) {
88
core.setFailed(error.message);
9+
throw error;
910
} else {
1011
core.setFailed(JSON.stringify(error));
1112
}

0 commit comments

Comments
 (0)