Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 875 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 875 Bytes

Releases

Releasing process is entirely manual (for the moment) and is based on Semantic Versioning:

  • Make sure all the dependencies are up-to-date.
  • Clean your working changes with a commit or a stash.
  • Update the Stable Tag entry in readme.txt and the Version entry in 46cl-custom-fields.php.
  • Commit the changements with the message Release vX.X.X where X.X.X is your release number.
  • Add a tag to this commit, name it vX.X.X.
  • Push your commits and your tags.
  • Create an archive for the current release by running the following command in the project root: zip -r 46cl-custom-fields.zip ./ --exclude="*.git*" --exclude="*.DS_Store*"
  • Create a new release associated to your new tag and attach the previously created archive.