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
130130 if increment is None :
131131 increment = self .find_increment (commits )
132132
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
134134 # for an increment, this generates a problem when using prerelease (#281)
135135 if (
136136 prerelease
@@ -179,7 +179,7 @@ def __call__(self): # noqa: C901
179179 if increment is None and new_tag_version == current_tag_version :
180180 raise NoneIncrementExit (
181181 "[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"
183183 )
184184
185185 if self .changelog :
You can’t perform that action at this time.
0 commit comments