Skip to content

Commit 04f57bf

Browse files
kabalinstronk7
authored andcommitted
Prepare for 3.0.4 release
1 parent 6bc8f63 commit 04f57bf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
No unreleased changes.
13+
14+
## [3.0.4] - 2021-01-29
1215
### Fixed
1316
- `moodle-plugin-ci grunt` now only runs against the `yui/src` directory when configuring the YUI task.
1417
This resolves an issue where an "Unable to find local grunt" message was reported when code was structured in a legacy
@@ -19,6 +22,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1922
to avoid memory exhaused errors.
2023
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
2124
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.0.0.
25+
- Install grunt locally and use `npx grunt` to run it instead of installing it globally.
2226

2327
### Added
2428
- Detect existence of legacy php-webdriver, and use a different Firefox image when it is in use.
@@ -305,7 +309,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
305309
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
306310
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
307311

308-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.3...master
312+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.4...master
313+
[3.0.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.3...3.0.4
309314
[3.0.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...3.0.3
310315
[3.0.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.1...3.0.2
311316
[3.0.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.0...3.0.1

docs/ReleaseNewVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If there is any problem with that automatic deployment, the artifact will need
4848
to be created manually. First build PHAR file manually:
4949

5050
```bash
51-
$ make build/moodle-plugin-ci.phar
51+
$ make build
5252
```
5353

5454
Once the above command suceeded, navigate to latest release in [GitHub

0 commit comments

Comments
 (0)