File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
17
## [ 0.5.0] - 2020-08-18
8
18
### Added
9
19
- 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
42
52
### Added
43
53
- Initial version.
44
54
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
46
57
[ 0.5.0 ] : https://github.com/woocommerce/code-reference/compare/0.4.0...0.5.0
47
58
[ 0.4.0 ] : https://github.com/woocommerce/code-reference/compare/0.3.0...0.4.0
48
59
[ 0.3.0 ] : https://github.com/woocommerce/code-reference/compare/0.2.0...0.3.0
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ cd code-reference
28
28
| ` -n ` or ` --no-hash ` | Don't append the source commit's hash to the deploy commit's message. |
29
29
| ` --build-only ` | Only build but not push. |
30
30
| ` --push-only ` | Only push but not build. |
31
+ | ` --no-download ` | Skip zip download in case there's on in the project's root. |
31
32
32
33
## Changelog
33
34
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Options:
22
22
deploy commit's message.
23
23
--build-only Only build but not push.
24
24
--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.
26
27
"
27
28
28
29
banner=" \
You can’t perform that action at this time.
0 commit comments