microsoft / msstore-cli

Microsoft Store CLI
MIT License
72 stars 7 forks source link

`msstore publish` without submitting (commiting) #32

Closed jakubmeysner closed 1 month ago

jakubmeysner commented 2 months ago

I'm trying to automate submission of my app using the MS Store CLI. I'm able to create a new submission and upload the MSIX with the msstore publish, however I'm having trouble finding a way to also automatically publish the release notes - msstore submission update can only edit a draft submission, there's no command to unsubmit a submission. As such I'd like to suggest adding a parameter to the msstore publish command for skipping submitting the submission, so that you could update it and then submit it using msstore submission publish.