-
Notifications
You must be signed in to change notification settings - Fork 2
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 #200 from OpenEnergyPlatform/release-v2.0.0
Release v2.0.0 Halloween Special 🎃🍭🍬🍾
- Loading branch information
Showing
141 changed files
with
9,119 additions
and
1,984 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Release Issue | ||
about: For a new release | ||
title: Release - Minor Version - 2.1.0 | ||
labels: "enhancement" | ||
assignees: 'Ludee' | ||
|
||
--- | ||
|
||
## Description of the release | ||
|
||
Describe the release in as much detail as possible. | ||
|
||
## Details of the release | ||
|
||
**Name:** Find an appropriate and memorable name for the release that will help it be remembered. | ||
**Git tag:** v2.1.0 "OEMetadata Minor Release v2.1.0" | ||
**Release Manager:** Choose a responsible person. | ||
**Date:** Arrange a convenient date | ||
|
||
## Workflow checklist | ||
- [ ] I am aware of the workflow in [RELEASE_PROCEDURE.md](https://github.com/OpenEnergyPlatform/oemetadata/blob/production/RELEASE_PROCEDURE.md) | ||
- [ ] 4. 🐙 Create a `Draft GitHub Release` | ||
- [ ] 5. 💠 Create a `release` branch | ||
- [ ] 6. 📝 Update the version files (CHANGELOG.md, CITATION.cff) | ||
- [ ] 7. 🐙 Create a Release Pull Request | ||
- [ ] 8. 💠 Set the `Git Tag` | ||
- [ ] 9. 🐙 Publish `GitHub Release` | ||
- [ ] 10. 💻 Update the documentation | ||
- [ ] 11. 🐙 Set up new development |
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,17 @@ | ||
--- | ||
name: User Kudos Issue | ||
about: User Community - Give kudos to the project | ||
title: Add new user to USERS.cff | ||
labels: user | ||
assignees: '' | ||
|
||
--- | ||
|
||
I thank the developers of the project. <br> | ||
Please add my information to the file [USERS.cff](https://github.com/OpenEnergyPlatform/oemetadata/blob/production/USERS.cff). | ||
|
||
family-names: | ||
given-names: | ||
alias: | ||
affiliation: | ||
orcid: |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: gh-pages | ||
on: | ||
push: | ||
branches: | ||
- production | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.x | ||
- uses: actions/cache@v2 | ||
with: | ||
key: ${{ github.ref }} | ||
path: .cache | ||
- run: pip install --upgrade -r requirements.txt | ||
- run: mkdocs gh-deploy --force |
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
Oops, something went wrong.