File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def __call__(self): # noqa: C901
130
130
if increment is None :
131
131
increment = self .find_increment (commits )
132
132
133
- # It may happen that there are commits, but they are not elegible
133
+ # It may happen that there are commits, but they are not eligible
134
134
# for an increment, this generates a problem when using prerelease (#281)
135
135
if (
136
136
prerelease
@@ -179,7 +179,7 @@ def __call__(self): # noqa: C901
179
179
if increment is None and new_tag_version == current_tag_version :
180
180
raise NoneIncrementExit (
181
181
"[NO_COMMITS_TO_BUMP]\n "
182
- "The commits found are not elegible to be bumped"
182
+ "The commits found are not eligible to be bumped"
183
183
)
184
184
185
185
if self .changelog :
You can’t perform that action at this time.
0 commit comments