Skip to content

Release

To prepare for release, change the version references in the following 3 files: Once the below changes are made and the build is successful in the CI/CD process, go to Voltron to complete the release of the new packages.

  • CHANGELOG.md
  • SignalSciences.lua
  • VERSION

CHANGELOG.md

Now add a new section with version, date, and comment for the new feature or bug fix.

Ex: new feature added on June 25 to be released as version 1.4.0

## 1.4.0 2020-06-25
* Added new feature X

SignalSciences.lua

Update the m._VERSION variable and reset with the new version. Ex:

m._VERSION = "sigsci-module-nginx 1.4.0"

VERSION

Update to the new version. Ex:

1.4.0