Skip to content

dev contributing

Vladimir Sklyar edited this page Jan 17, 2022 · 12 revisions

How to release

A version looks like 1.2.3 (semver).

  • change version in the entry PHP-file, readme.txt
  • add change-notes of a new version to CHANGELOG.md and readme.txt
  • commit
  • git checkout {release-branch/commit}
  • git tag -a {version} -m "{version}"
  • git push origin {version}
  • make release on Github
    • make release
    • rename a result zip-file to the template wp-meta-viewer.{version}.zip
    • attach a result zip-file to a release on Github
    • add a link to a milestone's issues to a release on Github

Changelog tags: New, Enhancement, Tweak, Fix, Dev, i18n, Maintenance, Security, Critical, Requirements

Development environment (dev-env)

See dev-env

Clone this wiki locally