Skip to content

Commit 647cbb5

Browse files
committed
fix: tweak the Makefile instructions a little
1 parent d7e5a89 commit 647cbb5

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,20 @@ define instructions_text =
8787
1. Run $(color)make lint$(reset), fix any problems, and commit any changes.
8888
2. Run $(color)make tests$(reset) fix any problems, and commit any changes.
8989
3. Update the version number in codemeta.json.
90-
4. Check the output of $(color)make report$(reset) (ignoring current id & DOI).
91-
5. Run $(color)make really-clean$(reset).
92-
6. Run $(color)make packages$(reset) and fix any problems.
93-
7. Check CHANGES.md, update if needed, and commit changes.
94-
8. Run $(color)make release$(reset); after some steps, it will open a file
90+
4. Check CHANGES.md, update if needed, and commit changes.
91+
5. Check the output of $(color)make report$(reset) (ignoring current id & DOI).
92+
6. Run $(color)make really-clean$(reset).
93+
7. Run $(color)make release$(reset); after some steps, it will open a file
9594
in your editor to write GitHub release notes. Copy the notes
9695
from CHANGES.md. Save the opened file to finish the process.
97-
9. Check that everything looks okay with the GitHub release at
96+
8. Check that everything looks okay with the GitHub release at
9897
$(link)$(repo_url)/releases$(reset)
99-
10. Wait for IGA to finish running its GitHub action at
98+
9. Wait for IGA to finish running its GitHub action at
10099
$(link)$(repo_url)/actions$(reset)
101-
11. Run $(color)make post-release$(reset).
102-
12. Run $(color)make test-pypi$(reset).
103-
13. Check $(link)https://test.pypi.org/project/$(progname)$(reset)
104-
14. Run $(color)make pypi$(reset).
100+
10. Run $(color)make post-release$(reset).
101+
11. Run $(color)make test-pypi$(reset).
102+
12. Check $(link)https://test.pypi.org/project/$(progname)$(reset)
103+
13. Run $(color)make pypi$(reset).
105104
endef
106105

107106

0 commit comments

Comments
 (0)