Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #318 from yanokwa/prepare-3.0.1
Browse files Browse the repository at this point in the history
Prepare for 3.0.1
  • Loading branch information
yanokwa authored Sep 28, 2021
2 parents 63c2dfc + 88d6990 commit e2b4b92
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[3.0.1] - 2021-09-28
---------------------
##### Fixed
- [#316](https://github.com/enketo/enketo-express/pull/316) Fix rendering of binary defaults in online-only mode

[3.0.0] - 2021-09-17
---------------------
##### Changed
Expand Down
16 changes: 10 additions & 6 deletions docs/tutorial-30-develop.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,16 @@ <h3 id="launch-a-test-form">Launch a test form</h3>
<h4 id="release-a-new-version">Release a new version</h4>
<p>Documentation is auto-generated and should be re-built for each new release. Do not commit updated documentation in non-release commits. The process to follow for each release that includes various helpful checks is:</p>
<ol>
<li>Change some code.</li>
<li>Make sure tests (<code>npm run test</code>) pass with (run <code>npm run beautify</code> to fix style issues).</li>
<li>Build documentation: <code>npm run build-docs</code>.</li>
<li>Bump the version tag in <code>package.json</code> file (we follow <a href="https://semver.org/">semantic versioning</a>).</li>
<li>Merge all your changes to <code>master</code> (through PR).</li>
<li>Add git tag of new version.</li>
<li>Check <a href="https://github.com/enketo/enketo-express/security/dependabot">Dependabot alerts</a> for vulnerabilities</li>
<li>Update dependencies: <code>npm update</code></li>
<li><code>npm audit fix</code></li>
<li>Make sure tests pass: <code>npm run test</code></li>
<li>Beautiful code: <code>npm run beautify</code></li>
<li>Build documentation: <code>npm run build-docs</code></li>
<li>Bump the version tag in <code>package.json</code> file (we follow <a href="https://semver.org/">semantic versioning</a>)</li>
<li>Update <code>CHANGELOG.md</code> with changes</li>
<li>Merge all your changes to <code>master</code> (through PR)</li>
<li>Add git tag of new version</li>
</ol>
</article>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enketo-express",
"description": "Webforms evolved.",
"homepage": "https://enketo.org",
"version": "3.0.0",
"version": "3.0.1",
"main": "./app.js",
"engines": {
"node": ">=14 <17",
Expand Down

0 comments on commit e2b4b92

Please sign in to comment.