Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Mar 3, 2020
1 parent 13aae4a commit 26c3131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.1...master)

### Changed

* Stripped unnecessary whitespace from markdown templates

## [v1.3.0](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.0...v1.3.1)

### Changed
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ fixtures/fileset.pb: fixtures/*.proto fixtures/generate.go
@cd fixtures && go generate

tmp/googleapis:
rm -rf tmp/googleapis
rm -rf tmp/googleapis tmp/protocolbuffers
git clone --depth 1 https://github.com/googleapis/googleapis tmp/googleapis
rm -rf tmp/googleapis/.git
rm -rf tmp/protocolbuffers
git clone --depth 1 https://github.com/protocolbuffers/protobuf tmp/protocolbuffers
cp -r tmp/protocolbuffers/src/* tmp/googleapis/
rm -rf rm -rf tmp/protocolbuffers
rm -rf tmp/protocolbuffers

test: fixtures/fileset.pb resources.go
@go test -cover -race ./ ./cmd/... ./extensions/...
Expand Down

0 comments on commit 26c3131

Please sign in to comment.