Skip to content

Commit c26a234

Browse files
committedSep 24, 2020
Merge branch 'update/version'
2 parents 0b37fb2 + e842f66 commit c26a234

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
 

‎CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.0] - 2020-09-24
8+
### Added
9+
- New template with new stylings.
10+
- Code source support.
11+
- New search engine.
12+
- New hooks reference generator.
13+
- Added `--no-download` flat to `deploy.sh`.
14+
### Changed
15+
- Updated PHPDoc to `dev-master`.
16+
717
## [0.5.0] - 2020-08-18
818
### Added
919
- Added script to build and deploy to `gh-pages` branch.
@@ -42,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4252
### Added
4353
- Initial version.
4454

45-
[Unreleased]: https://github.com/woocommerce/code-reference/compare/0.5.0...HEAD
55+
[Unreleased]: https://github.com/woocommerce/code-reference/compare/0.6.0...HEAD
56+
[0.6.0]: https://github.com/woocommerce/code-reference/compare/0.5.0...0.6.0
4657
[0.5.0]: https://github.com/woocommerce/code-reference/compare/0.4.0...0.5.0
4758
[0.4.0]: https://github.com/woocommerce/code-reference/compare/0.3.0...0.4.0
4859
[0.3.0]: https://github.com/woocommerce/code-reference/compare/0.2.0...0.3.0

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cd code-reference
2828
| `-n` or `--no-hash` | Don't append the source commit's hash to the deploy commit's message. |
2929
| `--build-only` | Only build but not push. |
3030
| `--push-only` | Only push but not build. |
31+
| `--no-download` | Skip zip download in case there's on in the project's root. |
3132

3233
## Changelog
3334

‎deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Options:
2222
deploy commit's message.
2323
--build-only Only build but not push.
2424
--push-only Only push but not build.
25-
--no-download Skip download.
25+
--no-download Skip zip download in case there's on in the
26+
project's root.
2627
"
2728

2829
banner="\

0 commit comments

Comments
 (0)
Please sign in to comment.