wpexpertsio / Post-SMTP

Next generation SMTP mailer plugin for WordPress. Trusted by over 300,000 sites by WPExperts.io
https://wordpress.org/plugins/post-smtp/
55 stars 27 forks source link

Development Workflow #12

Open cfoellmann opened 6 years ago

cfoellmann commented 6 years ago

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:

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)

yehudah commented 6 years ago

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

cfoellmann commented 6 years ago

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 commented 6 years ago

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