-
Notifications
You must be signed in to change notification settings - Fork 9
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 #389 from OpenFreeEnergy/release-prep-1.1.0
Release : v1.1.0
- Loading branch information
Showing
6 changed files
with
50 additions
and
79 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,22 @@ | ||
--- | ||
name: Release preparation | ||
about: Prepare a new release for this package | ||
title: 'Release : ' | ||
labels: 'release-prep' | ||
assignees: '' | ||
|
||
--- | ||
|
||
To create a new release, please do the following: | ||
- [ ] make any changes to the repo needed to accommodate the release | ||
- [ ] check `environment.yml` for any updates needed; create any issues needed to update versions in next release cycle | ||
- [ ] run [`rever`](https://regro.github.io/rever-docs/index.html#rever-releaser-of-versions) to generate the `CHANGELOG` entry from `news` items: `rever <version_number>` | ||
- inspect `CHANGELOG`, adjust as necessary | ||
- [ ] merge this PR into `main` | ||
|
||
|
||
After you have merged this PR, please also: | ||
- [ ] create a release here in GitHub, including generating detailed release notes | ||
- [ ] in the summary release notes, also link to the `CHANGELOG` entry for this release in the `gufe` docs | ||
- [ ] await automated PR on `conda-forge` [`gufe-feedstock` `meta.yaml`](https://github.com/conda-forge/gufe-feedstock/blob/main/recipe/meta.yaml) | ||
- [ ] review and merge |
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,11 +12,10 @@ readme = "README.md" | |
authors = [{name = "The OpenFE developers", email = "[email protected]"}] | ||
license = {text = "MIT"} | ||
classifiers = [ | ||
"Development Status :: 1 - Planning", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: POSIX", | ||
"Operating System :: Microsoft :: Windows", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Scientific/Engineering :: Bio-Informatics", | ||
"Topic :: Scientific/Engineering :: Chemistry", | ||
|