Skip to content

Commit df4b522

Browse files
committed
feat: add step to update github marketplace
1 parent f1a02e1 commit df4b522

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ define instructions_text =
101101
11. Run $(color)make test-pypi$(reset).
102102
12. Check $(link)https://test.pypi.org/project/$(progname)$(reset)
103103
13. Run $(color)make pypi$(reset).
104+
14. Update the GitHub Marketplace version via the interface at
105+
$(link)$(repo_url)/releases$(reset)
104106
endef
105107

106108

@@ -232,6 +234,7 @@ release-on-github: | update-all commit-updates
232234
sleep 2
233235
$(EDITOR) $(tmp_file)
234236
gh release create $(tag) -t "Release $(version)" -F $(tmp_file)
237+
gh release edit $(tag) --latest
235238

236239
wait-on-iga:
237240
@$(info ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓)

0 commit comments

Comments
 (0)