-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from avilaton/template-param
Add template parameter
- Loading branch information
Showing
3 changed files
with
30 additions
and
4 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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.poetry] | ||
name = "y" | ||
name = "add_msg_issue_prefix_hook" | ||
version = "v0.0.4" | ||
description = "Commit hook preparing message using branch name" | ||
authors = ["Gastón Avila <[email protected]>"] | ||
|
@@ -10,6 +10,9 @@ python = "^3.5" | |
[tool.poetry.dev-dependencies] | ||
pytest = "^5.0.0" | ||
|
||
[tool.poetry.scripts] | ||
add-msg-issue-prefix = "add_msg_issue_prefix_hook.add_msg_issue_prefix:main" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" |