Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Swagger documentation #84

Merged
merged 126 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
3de8053
Merge pull request #41 from Randsw/develop
Randsw May 18, 2023
20b31b8
chore(release): 1.0.2
semantic-release-bot May 18, 2023
128d568
ci: Add dependabot
Randsw Sep 13, 2023
ea2eb98
chore(deps): bump actions/checkout from 3 to 4
dependabot[bot] Sep 13, 2023
5cb2aac
chore(deps): bump helm/chart-testing-action from 2.3.1 to 2.4.0
dependabot[bot] Sep 13, 2023
3f9cd6c
chore(deps): bump tj-actions/changed-files from 35 to 39
dependabot[bot] Sep 13, 2023
b97ac01
chore(deps): bump docker/build-push-action from 4 to 5
dependabot[bot] Sep 13, 2023
67305ab
chore(deps): bump helm/kind-action from 1.5.0 to 1.8.0
dependabot[bot] Sep 13, 2023
fcbf932
chore(deps): bump github.com/fluxcd/helm-controller/api
dependabot[bot] Sep 13, 2023
0011c51
Merge pull request #42 from Randsw/dependabot/github_actions/actions/…
Randsw Sep 13, 2023
a9fd3ba
Merge pull request #43 from Randsw/dependabot/github_actions/helm/cha…
Randsw Sep 13, 2023
60da129
Merge pull request #45 from Randsw/dependabot/github_actions/tj-actio…
Randsw Sep 13, 2023
a84441d
Merge pull request #46 from Randsw/dependabot/github_actions/docker/b…
Randsw Sep 13, 2023
084c1e9
Merge pull request #47 from Randsw/dependabot/github_actions/helm/kin…
Randsw Sep 13, 2023
99ba164
chore(deps): bump golang from 1.19 to 1.21
dependabot[bot] Sep 13, 2023
9efff6b
Merge pull request #44 from Randsw/dependabot/docker/golang-1.21
Randsw Sep 13, 2023
702e83a
Merge pull request #51 from Randsw/dependabot/go_modules/github.com/f…
Randsw Sep 13, 2023
c45a4f7
chore(deps): bump github.com/fluxcd/kustomize-controller/api
dependabot[bot] Sep 13, 2023
c6b5302
Merge pull request #49 from Randsw/dependabot/go_modules/github.com/f…
Randsw Sep 13, 2023
3a7a923
chore(deps): bump github.com/prometheus/client_golang
dependabot[bot] Sep 13, 2023
4c2d1b0
Merge pull request #50 from Randsw/dependabot/go_modules/github.com/p…
Randsw Sep 13, 2023
3e6714c
chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0
dependabot[bot] Sep 13, 2023
061f615
Merge pull request #52 from Randsw/dependabot/go_modules/go.uber.org/…
Randsw Sep 13, 2023
6808ab2
chore(deps): bump k8s.io/client-go from 0.26.3 to 0.28.1
dependabot[bot] Sep 13, 2023
0e160a2
Merge pull request #48 from Randsw/dependabot/go_modules/k8s.io/clien…
Randsw Sep 13, 2023
836a24f
chore(deps): bump docker/setup-buildx-action from 2 to 3
dependabot[bot] Sep 14, 2023
46a2c1c
chore(deps): bump docker/login-action from 2 to 3
dependabot[bot] Sep 14, 2023
2784a77
chore(deps): bump docker/metadata-action from 4 to 5
dependabot[bot] Sep 14, 2023
2fc7c47
Merge pull request #57 from Randsw/dependabot/github_actions/docker/m…
Randsw Sep 14, 2023
f2e4907
Merge pull request #56 from Randsw/dependabot/github_actions/docker/l…
Randsw Sep 14, 2023
202297f
Merge pull request #55 from Randsw/dependabot/github_actions/docker/s…
Randsw Sep 14, 2023
1218f7f
fix: Test dependabot update values.yaml in helm chart from chcr.io
Randsw Sep 14, 2023
442147d
chore(release): 1.0.3
semantic-release-bot Sep 14, 2023
1b6ed98
chore(deps): bump randsw/kubeinfo in /helm-chart/kubeinfo-backend
dependabot[bot] Sep 14, 2023
7e3fbf8
Merge pull request #58 from Randsw/dependabot/docker/helm-chart/kubei…
Randsw Sep 14, 2023
8d0515f
ci(helm): Bump helm chart patch version if not manually bumped
Randsw Sep 14, 2023
424e603
ci(helm): Bump version if user forget to do it manually
Randsw Sep 14, 2023
16e45cc
ci(helm): Fix gh-action bump arguments
Randsw Sep 14, 2023
dded5c8
ci(helm): Use explicit step to bump helm chart version
Randsw Sep 14, 2023
290f400
Automatic bump Helm chart version
Randsw Sep 14, 2023
2f4209a
docs(helm): Edit chart description
Randsw Sep 14, 2023
d2fc285
ci(helm): Fix wildcard for yaml files in helm chart directory
Randsw Sep 14, 2023
729495e
ci(helm): Test change only in values.yaml
Randsw Sep 14, 2023
e0ab3ab
Automatic bump Helm chart version
Randsw Sep 14, 2023
0c6ec14
ci(helm): Use action to push. When push with GITHUB_TOKEN action is n…
Randsw Sep 14, 2023
523a403
Automatic bump Helm chart version to
Randsw Sep 14, 2023
ea5a6db
ci(helm): Use PAT then checkout. Fix version display in commit message
Randsw Sep 14, 2023
51ba1d0
Automatic bump Helm chart version to 0.1.13
Randsw Sep 14, 2023
9e808df
ci(helm): Refactor github actions
Randsw Sep 14, 2023
dec3e16
ci(helm): Fix missing git configuration
Randsw Sep 14, 2023
c287d35
Automatic bump Helm chart version to 0.1.14
Randsw Sep 14, 2023
3f5d477
ci(helm): Check manual helm chart version update
Randsw Sep 14, 2023
6865d09
chore(deps): bump k8s.io/api from 0.28.1 to 0.28.2
dependabot[bot] Sep 14, 2023
af21915
ci(helm): Remove unused commands in github-actions
Randsw Sep 14, 2023
f3f798f
Merge pull request #59 from Randsw/dependabot/go_modules/k8s.io/api-0…
Randsw Sep 14, 2023
8a63fc1
chore(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2
dependabot[bot] Sep 14, 2023
5be6726
Merge pull request #61 from Randsw/dependabot/go_modules/k8s.io/clien…
Randsw Sep 14, 2023
2004267
chore(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0
dependabot[bot] Sep 15, 2023
a5f5a60
Merge pull request #62 from Randsw/dependabot/go_modules/go.uber.org/…
Randsw Sep 15, 2023
50c7275
chore(deps): bump github.com/fluxcd/helm-controller/api
dependabot[bot] Sep 19, 2023
9201f16
Merge pull request #63 from Randsw/dependabot/go_modules/github.com/f…
Randsw Sep 19, 2023
ca60dea
chore(deps): bump github.com/prometheus/client_golang
dependabot[bot] Sep 27, 2023
bc6dd28
Merge pull request #64 from Randsw/dependabot/go_modules/github.com/p…
Randsw Sep 27, 2023
44e4203
chore(deps): bump github.com/fluxcd/helm-controller/api
dependabot[bot] Oct 11, 2023
82701ad
Merge pull request #66 from Randsw/dependabot/go_modules/github.com/f…
Randsw Oct 11, 2023
3f42809
chore(deps): bump github.com/fluxcd/kustomize-controller/api
dependabot[bot] Oct 11, 2023
cd1aef0
Merge pull request #65 from Randsw/dependabot/go_modules/github.com/f…
Randsw Oct 11, 2023
e9b6da8
chore(deps): Update gh-action go 1.to 21
Randsw Oct 19, 2023
3f2cda2
chore(deps): bump k8s.io/api from 0.28.2 to 0.28.3
dependabot[bot] Oct 19, 2023
db20dfc
Merge pull request #69 from Randsw/dependabot/go_modules/k8s.io/api-0…
Randsw Oct 19, 2023
141643f
chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3
dependabot[bot] Oct 19, 2023
5381f8f
Merge pull request #67 from Randsw/dependabot/go_modules/k8s.io/clien…
Randsw Oct 19, 2023
14c9d28
fix(logger): Fix logger caller func - skip support logger function
Randsw Oct 24, 2023
c4177e5
Merge pull request #70 from Randsw/fix/logger-caller-func-skip
Randsw Oct 24, 2023
595b134
chore(release): 1.0.4
semantic-release-bot Oct 24, 2023
9ea8a79
chore(deps): bump actions/setup-node from 3 to 4
dependabot[bot] Oct 24, 2023
b8beb39
Merge pull request #71 from Randsw/dependabot/github_actions/actions/…
Randsw Oct 24, 2023
29552e2
chore(deps): bump randsw/kubeinfo in /helm-chart/kubeinfo-backend
dependabot[bot] Oct 25, 2023
d4f19be
ci: Chart release only on push.
Randsw Oct 26, 2023
5a3c54c
Merge pull request #72 from Randsw/dependabot/docker/helm-chart/kubei…
Randsw Oct 26, 2023
6f033e9
Automatic bump Helm chart version to 0.1.16
Randsw Oct 26, 2023
02323f2
chore(deps): bump tj-actions/changed-files from 39 to 40
dependabot[bot] Oct 26, 2023
5671cad
Merge pull request #73 from Randsw/dependabot/github_actions/tj-actio…
Randsw Oct 26, 2023
6541d9d
feat: Display tag, hash and date of commit in /healthz endpoint
Randsw Oct 31, 2023
13fc6ee
fix: Fix app name in status
Randsw Oct 31, 2023
c11c819
Merge pull request #74 from Randsw/feat/info-in-healthz
Randsw Oct 31, 2023
67bc2d2
chore(release): 1.1.0
semantic-release-bot Oct 31, 2023
a80cf41
fix: Fetch all repo to build container with nesessary variables
Randsw Oct 31, 2023
febcabb
chore(release): 1.1.1
semantic-release-bot Oct 31, 2023
0d96e5a
fix: Configure git to trust the workspace despite the different owner
Randsw Oct 31, 2023
5397d8e
fix: Rename field in info
Randsw Oct 31, 2023
61ca43d
chore(release): 1.1.2
semantic-release-bot Oct 31, 2023
8493642
fix: Try to get tag and hash
Randsw Oct 31, 2023
937f0f1
chore(release): 1.1.3
semantic-release-bot Oct 31, 2023
9541d01
fix: Downgrade checkout version in build
Randsw Oct 31, 2023
5279f79
chore(release): 1.1.4
semantic-release-bot Oct 31, 2023
9d01c24
fix: Try to sovle problem with empty status field
Randsw Oct 31, 2023
166dc0c
chore(release): 1.1.5
semantic-release-bot Oct 31, 2023
25ea6b2
fix: Huge test
Randsw Oct 31, 2023
b6917ed
chore(release): 1.1.6
semantic-release-bot Oct 31, 2023
9e2bc08
chore(deps): bump helm/chart-testing-action from 2.4.0 to 2.5.0
dependabot[bot] Oct 31, 2023
07f1930
fix: Remove .git from .dockerignore
Randsw Oct 31, 2023
051d03f
chore(release): 1.1.7
semantic-release-bot Oct 31, 2023
4f5e57c
style: Remove debug part
Randsw Oct 31, 2023
5d45bcb
Merge pull request #75 from Randsw/dependabot/github_actions/helm/cha…
Randsw Oct 31, 2023
37da241
chore(deps): bump randsw/kubeinfo in /helm-chart/kubeinfo-backend
dependabot[bot] Oct 31, 2023
6880e27
ci: Downgrade chart-testing-action to v2.4.0
Randsw Oct 31, 2023
3f6f678
ci: Bump chart-testing-action to v2.6.0
Randsw Oct 31, 2023
2e5eb81
ci: Downgrade chart-testing to v3.8.0
Randsw Oct 31, 2023
ad1e496
Merge pull request #76 from Randsw/dependabot/docker/helm-chart/kubei…
Randsw Oct 31, 2023
b4263fe
Automatic bump Helm chart version to 0.1.17
Randsw Oct 31, 2023
a759aaf
fix: Add timeouts to http server
Randsw Nov 1, 2023
b74a96c
chore(release): 1.1.8
semantic-release-bot Nov 1, 2023
92b28f9
chore(deps): bump randsw/kubeinfo in /helm-chart/kubeinfo-backend
dependabot[bot] Nov 1, 2023
c025e2d
Merge pull request #77 from Randsw/dependabot/docker/helm-chart/kubei…
Randsw Nov 1, 2023
fe78d07
Automatic bump Helm chart version to 0.1.18
Randsw Nov 1, 2023
9293815
chore(deps): bump helm/chart-testing-action from 2.6.0 to 2.6.1
dependabot[bot] Nov 3, 2023
84649c8
chore(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0
dependabot[bot] Nov 3, 2023
9dad181
Merge pull request #78 from Randsw/dependabot/github_actions/helm/cha…
Randsw Nov 3, 2023
5607504
Merge pull request #79 from Randsw/dependabot/github_actions/helm/cha…
Randsw Nov 3, 2023
490825c
chore(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1
dependabot[bot] Nov 6, 2023
44e7f87
Merge pull request #80 from Randsw/dependabot/go_modules/github.com/g…
Randsw Nov 7, 2023
9b8bc65
ci: use latest version of chart-test
Randsw Nov 7, 2023
6364b48
chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
dependabot[bot] Nov 16, 2023
c83ff19
Merge pull request #81 from Randsw/dependabot/go_modules/k8s.io/clien…
Randsw Nov 16, 2023
e7b36ca
feat(api): Add swagger page
Randsw Nov 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.git
.gitignore
.cache
.github
Expand Down
40 changes: 40 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: "daily"
time: "14:30"
labels:
- "Golang dependencies"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
time: "14:30"
labels:
- "Github-action dependencies"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "daily"
time: "14:30"
labels:
- "Docker dependencies"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "helm-chart/kubeinfo-backend"
# Check for updates once a week
schedule:
interval: "daily"
time: "14:30"
labels:
- "Docker/Helm dependencies"
18 changes: 11 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*.*.*'
env:
GO_VERSION: 1.19.1
GO_VERSION: 1.21
permissions:
contents: write
packages: write
Expand All @@ -14,10 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure git to trust the workspace despite the different owner
run: git config --global --add safe.directory $(realpath .)
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/randsw/kubeinfo
flavor: latest=true
Expand All @@ -28,15 +32,15 @@ jobs:
type=semver,pattern={{version}}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to Github Packages
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
# relative path to the place where source code with Dockerfile is located
context: .
Expand All @@ -50,7 +54,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if tag belong to commit in main branch
Expand Down
102 changes: 81 additions & 21 deletions .github/workflows/helm-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ on:
- 'develop'
- 'main'
paths:
- 'helm-chart/kubeinfo-backend/*.yaml'
- 'helm-chart/kubeinfo-backend/**/*.yaml'
pull_request:
branches:
- 'develop'
- 'main'
paths:
- 'helm-chart/kubeinfo-backend/*.yaml'
- 'helm-chart/kubeinfo-backend/**/*.yaml'
permissions:
contents: write
jobs:
Lint-test-release:
Lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -31,42 +32,101 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.6.1

- name: Get changed files in the docs folder
- name: Get changed files in the helm folder
id: changed-files-helm-chart
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: helm-chart/kubeinfo-backend/*.{yaml,tpl}

- name: List all changed files
id: list-changed-files
run: |
echo "List all the files that have changed: ${{ steps.changed-files-helm-chart.outputs.all_changed_files }}"
files_yaml: |
helm:
- helm-chart/kubeinfo-backend/*.{yaml,tpl}
- '!helm-chart/kubeinfo-backend/Chart.yaml'

- name: Run chart-testing (lint)
run: ct lint --config ct.yaml --all
if: steps.changed-files-helm-chart.outputs.any_changed == 'true'
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true'

- name: Create kind cluster
uses: helm/kind-action@v1.5.0
if: steps.changed-files-helm-chart.outputs.any_changed == 'true'
uses: helm/kind-action@v1.8.0
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true'

- name: Run chart-testing (install)
run: ct install --config ct.yaml --all
if: steps.changed-files-helm-chart.outputs.any_changed == 'true'
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true'

Release:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
needs: Lint-test
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_TOKEN }}

- name: Set up Helm
uses: azure/setup-helm@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Get changed files in the helm folder
id: changed-files-helm-chart
uses: tj-actions/changed-files@v40
with:
files_yaml: |
helm:
- helm-chart/kubeinfo-backend/*.{yaml,tpl}
- '!helm-chart/kubeinfo-backend/Chart.yaml'
chart_version:
- 'helm-chart/kubeinfo-backend/Chart.yaml'

- name: Install PyBump
run: |
python3 -m pip install pybump
shell: bash
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' && steps.changed-files-helm-chart.outputs.chart_version_any_changed != 'true' && github.ref == 'refs/heads/main'

- name: Automated Version Bump
id: version-bump
run: |
echo "VER=$(pybump bump --file helm-chart/kubeinfo-backend/Chart.yaml --level patch)" >> $GITHUB_OUTPUT
shell: bash
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' && steps.changed-files-helm-chart.outputs.chart_version_any_changed != 'true' && github.ref == 'refs/heads/main'

- name: Output Name
id: chart-name
run: |
echo "::set-output name=chart::$(basename helm-chart/kubeinfo-backend)"
shell: bash
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' && steps.changed-files-helm-chart.outputs.chart_version_any_changed != 'true' && github.ref == 'refs/heads/main'

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
if: steps.changed-files-helm-chart.outputs.any_changed == 'true' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'

- name: GIT Commit
run: |
git add helm-chart/kubeinfo-backend/Chart.yaml
git commit -m "Automatic bump Helm chart version to ${{ steps.version-bump.outputs.VER }}"
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' && steps.changed-files-helm-chart.outputs.chart_version_any_changed != 'true' && github.ref == 'refs/heads/main'

- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SEMANTIC_TOKEN }}
if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' && steps.changed-files-helm-chart.outputs.chart_version_any_changed != 'true' && github.ref == 'refs/heads/main'

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: helm-chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: steps.changed-files-helm-chart.outputs.any_changed == 'true' && github.ref == 'refs/heads/main'

if: steps.changed-files-helm-chart.outputs.chart_version_any_changed == 'true' && github.ref == 'refs/heads/main'
16 changes: 11 additions & 5 deletions .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ on:
- 'main'
paths:
- '**.go'
- '**.mod'
- '**.sum'
- 'Dockerfile'
pull_request:
branches:
- 'develop'
- 'main'
paths:
- '**.go'
- '**.mod'
- '**.sum'
- 'Dockerfile'
env:
GO_VERSION: 1.19.1
GO_VERSION: 1.21
jobs:
# build workflow
Test:
Expand All @@ -26,7 +32,7 @@ jobs:
go-version: ${{env.GO_VERSION}}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run build
Expand All @@ -42,7 +48,7 @@ jobs:
go-version: ${{env.GO_VERSION}}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: golangci-lint
Expand All @@ -55,12 +61,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_TOKEN }}
- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Setup package.json
run: echo '{"name":"semantic-release", "devDependencies":{"@semantic-release/changelog":"^6.0.1","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/release-notes-generator":"^10.0.3","conventional-changelog-conventionalcommits":"^5.0.0","semantic-release":"^21.0.2"}}' > package.json
Expand Down
Loading
Loading