You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ To create a release you need write permission on the repository.
46
46
47
47
1. Check the author list in [`CITATION.cff`](https://github.com/haddocking/powerfit/blob/master/CITATION.cff)
48
48
1. Bump the version in [src/powerfit_em/__init__.py](https://github.com/haddocking/powerfit/blob/master/src/powerfit_em/__init__.py)
49
-
1. In [README.md](README.md) adjust docker command to use new version
49
+
1. In [installation.md](docs/installation.md) adjust docker command to use new version.
50
+
1. Merge the changes into the main branch.
50
51
1. Go to the [GitHub release page](https://github.com/haddocking/powerfit/releases)
51
52
1. Press draft a new release button
52
53
1. Fill tag, title and description field. For tag use version from pyproject.toml and prepend with "v" character. For description use "Rigid body fitting of high-resolution structures in low-resolution cryo-electron microscopy density maps." line plus press "Generate release notes" button.
0 commit comments