Skip to content

Commit

Permalink
Update README of how to release for maintainers (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Aug 16, 2022
1 parent d7057d6 commit cb1b59f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,10 @@ To learn more about this, see the [`optimade-python-tools`](https://github.com/M

**Q: Why create an individual `config.json` file instead of just mounting an existing `.aiida` directory and using that directly?**
**A:** This, currently, wouldn't work because the `REPOSITORY_URI` needs to point to the right path *inside* the container, not on the host. Furthermore, storing all configurations in the same file can be fragile.

## For maintainers

To release the new version, go to GitHub release API of the repo create a new release and update the release information.
The release action will be triggered by newly created release.
Note, the tag should start with a `v` and be followed by a full semantic version (see [SemVer](https://semver.org)).
For example: `v2.3.12`.

0 comments on commit cb1b59f

Please sign in to comment.