Skip to content

Commit

Permalink
Release: Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Feb 5, 2023
1 parent 58b6ce0 commit d74d9bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.7.0](https://github.com/toolisticon/docker-build-images/compare/v1.6.0...v1.7.0) (2023-02-05)


### Features

* **AWS:** Adding AWS CLI ([2b724f7](https://github.com/toolisticon/docker-build-images/commit/2b724f72e7a06575b58e4b72a16b2a59cf4f5e59))
* **Maven:** Add Maven Installation on JDK images ([2542530](https://github.com/toolisticon/docker-build-images/commit/2542530dbe85f190c2471b5bf4f0f3b51755888c))



# [1.6.0](https://github.com/toolisticon/docker-build-images/compare/v1.5.2...v1.6.0) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For building these images [Packer](https://www.packer.io/docs/builders/docker.ht
version=$(cat config.json | grep version | cut -d ':' -f2 | tr -d '"' | tr -d ' ')
conventional-changelog -p angular -i CHANGELOG.md -s -c config.json
git add config.json CHANGELOG.md
git commit -m "Relase: Version ${version}"
git commit -m "Release: Version ${version}"
```
2. Push changes to `develop` branch and wait for CI build
3. Once complete, merge changes to `main` branch and wait for CI build
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.6.0"
"version": "1.7.0"
}

0 comments on commit d74d9bf

Please sign in to comment.