When a plugin or theme is setup for use with WP Stockroom you can start deploying.
Check the installation guide for details to setup a new theme/plugin.
When you are done working on a new feature or just want to release a bugfix you have to create a new version.
Update version number
First you have to update the version number in your code.
For plugins you update the version number in your main plugin file in the headers.
And in themes you update the version number in your style.css.
Secondly you update the version number in the readme.txt file.
Both the “Stable tag” and the “Version” will work.
This is to keep it the same as wordpress.org.
On wp.org Stable tag is used for plugins, and Version for themes.
Again, for the Stockroom both work.
Commit and push this.
Create a release on GitHub
When this is done create a release on GitHub.
The tag name and release name can be whatever you want.
But the version number is usually the best.
When this is done GitHub action will go to work, this can take a couple of minutes.
When the action is done the plugin/theme zip will be attached to the release page.
And it will be uploaded to your Stockroom.
First release
When a new plugin/theme is released it will be created in the stockroom.
The package page be created as a draft.
To actually allow the updates be sure to publish the package page.