Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.0...v1.4.0) (2022-01-10)

### ✨ New Features

* **java-tests:** add code quality job ([215a032](215a032))
* **java-tests:** add polaris SAST scanning ([07634b5](07634b5))
* **java-tests:** add unit-test job ([21e95bd](21e95bd))
* **polaris:** provide polaris result analyzer ([d6de55e](d6de55e))

### 📦 Maintenance

* **deps:** update stacscan/stacs-ci action to v0.1.2 ([5248ec5](5248ec5))

### 🐛 Bug Fixes

* **commit-lint:** provide conventional config as baseline with reasonable fetch depth ([b7948c5](b7948c5))
* make failure more robust when fetching configs ([b4a2f81](b4a2f81))
* **polaris:** add fetching of the polaris.yml config ([c7817ef](c7817ef))
* **polaris:** fetch the result analyzer as part of the job ([f12dd66](f12dd66))
* **polaris:** remove prefix from project name ([30d61d1](30d61d1))
* **unit-tests:** fix broken images in jacoco report ([4393362](4393362))
* **unit-tests:** remove duplicate upload of surefire reports ([75288e5](75288e5))
  • Loading branch information
semantic-release-bot committed Jan 10, 2022
1 parent 4dcc61d commit 0bb6ea0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.4.0](https://github.com/erzz/workflows/compare/v1.3.0...v1.4.0) (2022-01-10)


### :sparkles: New Features

* **java-tests:** add code quality job ([215a032](https://github.com/erzz/workflows/commit/215a032504abf61154e52794ce462e6770b349f5))
* **java-tests:** add polaris SAST scanning ([07634b5](https://github.com/erzz/workflows/commit/07634b562313dd95d5010a339580544dd3897cf4))
* **java-tests:** add unit-test job ([21e95bd](https://github.com/erzz/workflows/commit/21e95bdb23a3221e118de3f22b9a146dbcbfe5bd))
* **polaris:** provide polaris result analyzer ([d6de55e](https://github.com/erzz/workflows/commit/d6de55e6d2803fd75b60fbb7eefee4de2bd03e59))


### :package: Maintenance

* **deps:** update stacscan/stacs-ci action to v0.1.2 ([5248ec5](https://github.com/erzz/workflows/commit/5248ec54e12d473c7d9b0ac6f91771b3f45464ae))


### :bug: Bug Fixes

* **commit-lint:** provide conventional config as baseline with reasonable fetch depth ([b7948c5](https://github.com/erzz/workflows/commit/b7948c5fa00dd1135da25ce3b5af40ff010c9ac6))
* make failure more robust when fetching configs ([b4a2f81](https://github.com/erzz/workflows/commit/b4a2f81e169293c8737703c3653bd1d8b584aa1b))
* **polaris:** add fetching of the polaris.yml config ([c7817ef](https://github.com/erzz/workflows/commit/c7817efa273b329f505538edfbc6639ef71a840c))
* **polaris:** fetch the result analyzer as part of the job ([f12dd66](https://github.com/erzz/workflows/commit/f12dd6646f28befaabcc626b716e176438e8d8e2))
* **polaris:** remove prefix from project name ([30d61d1](https://github.com/erzz/workflows/commit/30d61d11d9908858a34e1c49c107287d389ba966))
* **unit-tests:** fix broken images in jacoco report ([4393362](https://github.com/erzz/workflows/commit/4393362c72668480fcc53c9391f11a80cc925dd3))
* **unit-tests:** remove duplicate upload of surefire reports ([75288e5](https://github.com/erzz/workflows/commit/75288e550d7c02c56f8cc53de36c2745d9edd95b))

## [1.3.0](https://github.com/erzz/workflows/compare/v1.2.0...v1.3.0) (2022-01-05)


Expand Down

0 comments on commit 0bb6ea0

Please sign in to comment.