-
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.
Merge pull request #108 from dwhswenson/release-0.4.0
Release 0.4.0
- Loading branch information
Showing
11 changed files
with
140 additions
and
17 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,40 @@ | ||
# project configuration | ||
project: | ||
project_name: Autorelease | ||
repo_owner: dwhswenson | ||
repo_name: autorelease | ||
|
||
# repo configuration: how you organize releases and the repo | ||
repo: | ||
# these are relative to where you run the script from | ||
repo-path: '.' | ||
setup-path: '.' | ||
release-branches: | ||
- stable | ||
release-tag: "v{BASE_VERSION}" | ||
|
||
# writing release notes | ||
notes: | ||
labels: | ||
- label: enhancement | ||
heading: New features | ||
- label: bugfix | ||
heading: Bugs fixed | ||
- label: misc PR | ||
heading: Miscellaneous improvements | ||
|
||
standard_contributors: | ||
- dwhswenson | ||
|
||
# running release checks | ||
release-check: | ||
versions: | ||
- setup-cfg | ||
- conda: devtools/conda-recipe/meta.yaml | ||
skip: [] | ||
|
||
|
||
# TODO: this replaces various environment variables | ||
env: | ||
package-import-name: 'autorelease' | ||
dry: "" |
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
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
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ pyyaml | |
gitpython | ||
requests | ||
future | ||
pathlib2 |
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