You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
In order to simplify usage and report potential issues for the njs-acme project we need to publish versions and releases periodically when have changes worth releasing (new features, bug-fix, incompatible changes, etc.).
Describe the solution you'd like
We should follow the semantic version (reminder: <breaking change>.<backward-compatible>.<minor-or-bugfix>) and make releases
Follow simple steps:
For a set of changes, we use tags and create a GH release where a "compiled" version of njs-acme as single a JS file can be found.
Document which NJS version is tested and compatible against NGINX NJS in the readme.
Maintain a changelog file
Optionally, create a docker image with a semantic version tag of njs-acme release and publish (docker hub or GH registry TBD later)
Is your feature request related to a problem? Please describe
In order to simplify usage and report potential issues for the njs-acme project we need to publish versions and releases periodically when have changes worth releasing (new features, bug-fix, incompatible changes, etc.).
Describe the solution you'd like
We should follow the semantic version (reminder:
<breaking change>.<backward-compatible>.<minor-or-bugfix>
) and make releasesFollow simple steps:
njs-acme
as single a JS file can be found.The text was updated successfully, but these errors were encountered: