Skip to content

Commit

Permalink
Merge pull request #151 from H4ad/ci/better-release-please
Browse files Browse the repository at this point in the history
ci: better release please
  • Loading branch information
H4ad authored Dec 22, 2023
2 parents 8660e21 + fe85304 commit cc5bcfa
Show file tree
Hide file tree
Showing 6 changed files with 4,844 additions and 10,474 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ jobs:
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN_GITHUB }}
release-type: node
changelog-types: >
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build Related", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "ci", "section": "CI", "hidden": false },
{ "type": "refactor", "section": "Refactoring", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]

- name: Checkout Code
if: ${{ steps.release.outputs.release_created }}
Expand Down
49 changes: 0 additions & 49 deletions .releaserc.js

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]

Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Deepkit, Express, Koa, Hapi,
Fastify, tRPC and Apollo Server), on top of AWS Lambda, Azure, Digital Ocean and many other clouds.
Expand Down Expand Up @@ -131,10 +130,6 @@ for existing and giving us a brilliant library that is the core of my current co

[codecov-url]:https://codecov.io/gh/H4ad/serverless-adapter

[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg

[semantic-release-url]:https://github.com/semantic-release/semantic-release

[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg

[commitizen-url]:http://commitizen.github.io/cz-cli/
Loading

0 comments on commit cc5bcfa

Please sign in to comment.