Skip to content

Commit

Permalink
Merge pull request #213 from folio-org/mention-formatjs
Browse files Browse the repository at this point in the history
Note on avoiding formatjs preventing a successful release
  • Loading branch information
MikeTaylor authored May 5, 2023
2 parents 79f679f + df1f402 commit 252c3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ New modules should start at version `1.0.0` rather than `0.1.0` to avoid confusi
Make sure that your code runs clean. Specifically:

* It should pass `yarn lint` with no errors.
* It should run `yarn formatjs-compile` successfully. This is important, as translators can introduce errors by incorporating malformed XML fragments, and these will prevent the release-build from completing.
* It should not emit any warnings on the JavaScript console.

Make sure that your repository's `CHANGELOG.md` is up to date:
Expand Down

0 comments on commit 252c3fe

Please sign in to comment.