Skip to content

Commit 7ac5c70

Browse files
authored
Merge pull request #44 from ajaydevtron/add-semantic
feat: Added semantic yaml file
2 parents 6c4e157 + bf68856 commit 7ac5c70

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/semantic.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
titleOnly: true
2+
3+
types:
4+
- fix
5+
- feat
6+
- feature
7+
- fixes
8+
- chore
9+
- perf
10+
- docs
11+
- doc
12+
- release
13+
- misc

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div align="center">
88
<h1 align="center">Silver Surfer - Kubedd</h1>
99
<p align="center">
10-
Api-Version Compatibility Checker & Provides Migration Path for K8s Objects
10+
Api-Version Compatibility Checker & Provides Migration Path for K8s Objects
1111
<br />
1212
<a href="#bulb-motivation"><strong>Motivation</strong></a>
1313
|
@@ -70,7 +70,7 @@ It's done. A `bin` directory must have created with the binary ready to use `./k
7070

7171
### Running Within Container
7272

73-
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.
73+
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.
7474

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

0 commit comments

Comments
 (0)