Skip to content

Commit

Permalink
Merge pull request #44 from ajaydevtron/add-semantic
Browse files Browse the repository at this point in the history
feat: Added semantic yaml file
  • Loading branch information
prakarsh-dt authored Sep 4, 2024
2 parents 6c4e157 + bf68856 commit 7ac5c70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
titleOnly: true

types:
- fix
- feat
- feature
- fixes
- chore
- perf
- docs
- doc
- release
- misc
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div align="center">
<h1 align="center">Silver Surfer - Kubedd</h1>
<p align="center">
Api-Version Compatibility Checker & Provides Migration Path for K8s Objects
Api-Version Compatibility Checker & Provides Migration Path for K8s Objects
<br />
<a href="#bulb-motivation"><strong>Motivation</strong></a>
|
Expand Down Expand Up @@ -70,7 +70,7 @@ It's done. A `bin` directory must have created with the binary ready to use `./k

### Running Within Container

You can also use the Dockerfile present to run command within a container and analyze the cluster running in your host machine. Switch to the project directory containing the dockerfile and execute the following commands.
We can also use the Dockerfile present to run command within a container and analyze the cluster running in your host machine. Switch to the project directory containing the dockerfile and execute the following commands.

1. Build the container image with name `silver-surfer`

Expand Down

0 comments on commit 7ac5c70

Please sign in to comment.