-
Notifications
You must be signed in to change notification settings - Fork 1
dev contributing
Vladimir Sklyar edited this page Jan 17, 2022
·
12 revisions
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
andreadme.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
See dev-env