osompress / simple-social-icons

Plugin: Simple Social Icons
62 stars 33 forks source link

ci: allow branch_deploy to also deply latest tag to SVN repo #112

Closed BMO-tech closed 4 years ago

BMO-tech commented 4 years ago

In order for "Tested Up To" changes to properly reflect in the WP Plugin repo, the latest tag directory in SVN also needs to include the changes. This PR introduces a new way of extracting the latest tag using git describe --tags and includes the svn_create_tag job in the deploy_svn_branch job.