Post-SMTP icon indicating copy to clipboard operation
Post-SMTP copied to clipboard

Development Workflow

Open cfoellmann opened this issue 7 years ago • 3 comments

Let's make this plugin the de-facto standard for SMTP in WordPress

I suggest development in the open. I am committed to invest at least 3 hours per week in Post-SMTP!

To streamline this repo a few things need to be restructured:

  • [x] master branch with a stable version

  • [ ] add a develop branch with the unstable code for testing

Release workflow for wp.org

  1. merge develop -> master

  2. tag a release

  3. automatic deployment to wp.org (via a deployer service; maybe https://deployer.seravo.com/ but it has some problems at the moment)

cfoellmann avatar Jul 25 '18 14:07 cfoellmann

Hi,

  1. already done and tagged

  2. There is a dev branch that needs to be reset

My workflow is based on this guide: https://gist.github.com/kasparsd/3749872

yehudah avatar Jul 25 '18 14:07 yehudah

I know these kind of "manual" workflows. I think everything you can automate you should. With the deployer I mentioned above the github tag gets automatically pushed as a new release to wp.org

I for myself will never ever install subversion to my machine ever again.

cfoellmann avatar Jul 25 '18 14:07 cfoellmann

Maybe just branch master to a new develop. The notes from your old dev branch can be copied over to issues

cfoellmann avatar Jul 25 '18 14:07 cfoellmann