We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a02e1 commit df4b522Copy full SHA for df4b522
Makefile
@@ -101,6 +101,8 @@ define instructions_text =
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).
104
+14. Update the GitHub Marketplace version via the interface at
105
+ $(link)$(repo_url)/releases$(reset)
106
endef
107
108
@@ -232,6 +234,7 @@ release-on-github: | update-all commit-updates
232
234
sleep 2
233
235
$(EDITOR) $(tmp_file)
236
gh release create $(tag) -t "Release $(version)" -F $(tmp_file)
237
+ gh release edit $(tag) --latest
238
239
wait-on-iga:
240
@$(info ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓)
0 commit comments