-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate release with bumpver (#169)
Co-authored-by: Kristjan Eimre <[email protected]>
- Loading branch information
1 parent
eb51f82
commit 4258780
Showing
2 changed files
with
33 additions
and
2 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
[![Documentation Status](https://readthedocs.org/projects/aiida-cp2k/badge/?version=latest)](https://aiida-cp2k.readthedocs.io/en/latest/?badge=latest) | ||
|
||
# AiiDA CP2K | ||
|
||
[AiiDA](http://www.aiida.net/) plugin for [CP2K](https://www.cp2k.org/). | ||
|
||
## Installation | ||
|
@@ -21,21 +22,37 @@ pip install -e . # Also installs aiida, if missing (but not postgres/rabbitmq). | |
``` | ||
|
||
## Links | ||
|
||
* [Documentation](https://aiida-cp2k.readthedocs.io/en/latest/) for the calculation examples and features of the plugin. | ||
* [Make an issue](https://github.com/aiidateam/aiida-cp2k/issues/new) for bug reports, questions and suggestions. | ||
* [AiiDA](http://www.aiida.net/) to learn about AiiDA. | ||
* [Cp2k](https://www.cp2k.org/) to learn about CP2K. | ||
* [CP2K](https://www.cp2k.org/) to learn about CP2K. | ||
|
||
## For maintainers | ||
|
||
To create a new release, clone the repository, install development dependencies with `pip install '.[dev]'`, and then execute `bumpver update --major/--minor/--patch`. | ||
This will: | ||
|
||
1. Create a tagged release with bumped version and push it to the repository. | ||
2. Trigger a GitHub actions workflow that creates a GitHub release. | ||
|
||
Additional notes: | ||
|
||
- Use the `--dry` option to preview the release change. | ||
- The release tag (e.g. a/b/rc) is determined from the last release. | ||
Use the `--tag` option to override the release tag. | ||
|
||
## License | ||
MIT | ||
|
||
MIT | ||
|
||
## Contact | ||
|
||
[email protected] | ||
|
||
|
||
## Acknowledgements | ||
|
||
This work is supported by: | ||
* the [MARVEL National Centre for Competency in Research](http://nccr-marvel.ch) funded by the [Swiss National Science Foundation](http://www.snf.ch/en); | ||
* the [MaX European Centre of Excellence](http://www.max-centre.eu/) funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598; | ||
|
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