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

Commit

Permalink
Change step order for release so lock file has version
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Dec 14, 2022
1 parent 3f89652 commit 646be8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ DEBUG=api,transformer,markdown,language node app.js
Releases are done each time a dependent tool needs an `enketo-transformer` change.

1. Create release PR
1. Update `CHANGELOG.md`
1. Update version in `package.json`
- Bump to major version if downstream has to make changes.
1. Check [Dependabot](https://github.com/enketo/enketo-transformer/security/dependabot) for alerts
1. Run `npm update`
- Check if `node-libxslt` has been updated because it has caused problems in the past
Expand All @@ -127,9 +130,6 @@ Releases are done each time a dependent tool needs an `enketo-transformer` chang
1. Run `npm ci`
1. Run `npm test`
1. Run `npm run build-docs`
1. Update `CHANGELOG.md`
1. Update version in `package.json`
- Bump to major version if downstream has to make changes.
1. Merge PR with all changes
1. Create GitHub release
1. Tag and publish the release
Expand Down

0 comments on commit 646be8b

Please sign in to comment.