Skip to content

Commit

Permalink
[MNT] Simplify package by removing release module (#142)
Browse files Browse the repository at this point in the history
* [simplify] add gh release config and update gitignore

* [simplify] remove release module as this is now handled by easyrelease
  • Loading branch information
PabloRMira authored Jan 24, 2021
1 parent 83abf20 commit 1704d76
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 752 deletions.
11 changes: 11 additions & 0 deletions .gh-release-config.yaml
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]"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ checklink/cookies.txt

# GitHub token
token

.gh-credentials
conda-recipe/*
conda-bld/*
3 changes: 0 additions & 3 deletions docs/_data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ entries:
- output: web,pdf
title: validation
url: validation.html
- output: web,pdf
title: release
url: release.html
output: web
title: sql_formatter
output: web
Expand Down
360 changes: 0 additions & 360 deletions docs/release.html

This file was deleted.

Loading

0 comments on commit 1704d76

Please sign in to comment.