Skip to content

Commit 7689f3a

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-10-26) ### Bug Fixes * api-fixes ([8fd252e](8fd252e)) * http error codes ([aaaa66d](aaaa66d)), closes [#8](#8) * http-check-schema.json ([485fa69](485fa69)) ### Features * add healthcheck API validations ([7bc9801](7bc9801)), closes [#3](#3) * add k8s resources ([eca0808](eca0808)), closes [#9](#9) * add unit test CI pipeline ([60c6871](60c6871)), closes [#3](#3) * http-check routes ([9b6c3b2](9b6c3b2)) * initial api template ([e7e4570](e7e4570)) * jenkinsfile for webapp ([c15092a](c15092a)) * update jenkinsfile for semver ([1b7c2b5](1b7c2b5)), closes [#25](#25)
1 parent 1b7c2b5 commit 7689f3a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0 (2023-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* api-fixes ([8fd252e](https://github.com/csye7125-fall2023-group05/webapp/commit/8fd252e958d90c9d5ac3e850220807f1801433dd))
7+
* http error codes ([aaaa66d](https://github.com/csye7125-fall2023-group05/webapp/commit/aaaa66d151ff933391c86d9f0cd87f8f9c9baec3)), closes [#8](https://github.com/csye7125-fall2023-group05/webapp/issues/8)
8+
* http-check-schema.json ([485fa69](https://github.com/csye7125-fall2023-group05/webapp/commit/485fa69a9797059878ca96c5bcd461cf512927d8))
9+
10+
11+
### Features
12+
13+
* add healthcheck API validations ([7bc9801](https://github.com/csye7125-fall2023-group05/webapp/commit/7bc9801dcbd0be8bf9f27fbe5258e50ed2e38966)), closes [#3](https://github.com/csye7125-fall2023-group05/webapp/issues/3)
14+
* add k8s resources ([eca0808](https://github.com/csye7125-fall2023-group05/webapp/commit/eca0808f0deff73d08973ffbf9f3e59e38318e07)), closes [#9](https://github.com/csye7125-fall2023-group05/webapp/issues/9)
15+
* add unit test CI pipeline ([60c6871](https://github.com/csye7125-fall2023-group05/webapp/commit/60c687179f7ae8bf49854f9dd418e3599c24a34f)), closes [#3](https://github.com/csye7125-fall2023-group05/webapp/issues/3)
16+
* http-check routes ([9b6c3b2](https://github.com/csye7125-fall2023-group05/webapp/commit/9b6c3b2d48383cefa96e9349bd9636a29b274502))
17+
* initial api template ([e7e4570](https://github.com/csye7125-fall2023-group05/webapp/commit/e7e4570ede492b51d52bf9ef4ed14b52a3c6e1e1))
18+
* jenkinsfile for webapp ([c15092a](https://github.com/csye7125-fall2023-group05/webapp/commit/c15092a60487b9e3b52683d797ad28e673d3a444))
19+
* update jenkinsfile for semver ([1b7c2b5](https://github.com/csye7125-fall2023-group05/webapp/commit/1b7c2b50d5a49c3b561ee1386d29d6b31bdbe9ad)), closes [#25](https://github.com/csye7125-fall2023-group05/webapp/issues/25)

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@
1818
"prepare": "husky install"
1919
},
2020
"dependencies": {
21+
"@semantic-release/changelog": "^6.0.3",
22+
"@semantic-release/commit-analyzer": "^11.0.0",
23+
"@semantic-release/git": "^10.0.1",
24+
"@semantic-release/github": "^9.2.1",
25+
"@semantic-release/release-notes-generator": "^12.0.0",
2126
"app-root-path": "^3.1.0",
2227
"dotenv": "^16.3.1",
2328
"express": "^4.18.2",
2429
"express-validator": "^7.0.1",
2530
"jsonschema": "^1.4.1",
2631
"pg": "^8.11.3",
32+
"semantic-release-helm": "^2.2.0",
2733
"sequelize": "^6.33.0",
2834
"winston": "^3.11.0"
2935
},

0 commit comments

Comments
 (0)