diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c8470bb..347eb5045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,6 @@ ## [5.4.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1) (2020-10-30) -### Bug Fixes - -* update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba)) - -## [5.4.1-alpha.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1-alpha.1) (2020-10-30) - - ### Bug Fixes * update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba)) diff --git a/README.md b/README.md index 464d04832..8a7571961 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Unified application architecture and build pipeline to simplify and standardize application development within the DHIS2 ecosystem. -See the [JIRA epic](https://jira.dhis2.org/browse/TECH-179) for project status and [platform.dhis2.nu](https://platform.dhis2.nu) for documentation. +See [platform.dhis2.nu](https://platform.dhis2.nu) for documentation. ## Report an issue diff --git a/netlify.toml b/netlify.toml index 9cd1074a3..0f88c0e77 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ # Default build command. command = "yarn docs:build" - ignore = "echo $CACHED_COMMIT_REF && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md" + ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md"