-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MNT] Simplify package by removing release module (#142)
* [simplify] add gh release config and update gitignore * [simplify] remove release module as this is now handled by easyrelease
- Loading branch information
1 parent
83abf20
commit 1704d76
Showing
8 changed files
with
18 additions
and
752 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
gh_categories: | ||
- title: "### :tada: Bugfixes:" | ||
keyword: "[FIX]" | ||
- title: "### :rocket: New features:" | ||
keyword: "[FEA]" | ||
- title: "### :bulb: Documentation:" | ||
keyword: "[DOC]" | ||
- title: "### :hammer_and_wrench: Refactoring / Maintenance:" | ||
keyword: "[MNT]" | ||
- title: "### :bomb: Breaking changes:" | ||
keyword: "[BRK]" |
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 |
---|---|---|
|
@@ -141,3 +141,7 @@ checklink/cookies.txt | |
|
||
# GitHub token | ||
token | ||
|
||
.gh-credentials | ||
conda-recipe/* | ||
conda-bld/* |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.