Skip to content

Commit

Permalink
TRITON-681 node-imgmanifest support for requirements.bootrom (add cha…
Browse files Browse the repository at this point in the history
…ngelog entry)
  • Loading branch information
trentm committed Aug 17, 2018
1 parent 4946798 commit c101481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

(nothing yet)

## 3.1.0

- TRITON-681 Add optional 'requirements.bootrom' validation.

## 3.0.0

- BREAKING change, DOCKER-929 Support registry 2.0 docker images.
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ versioncheck:
@echo version is: $(shell cat package.json | json version)
[[ `cat package.json | json version` == `grep '^## ' CHANGES.md | head -2 | tail -1 | awk '{print $$2}'` ]]

check: versioncheck

.PHONY: cutarelease
cutarelease: versioncheck
[[ -z `git status --short` ]] # If this fails, the working dir is dirty.
Expand Down

0 comments on commit c101481

Please sign in to comment.