Skip to content

Commit 06619e9

Browse files
sfinnmansfinnman
authored andcommitted
fix: add .semrel to .gitignore
The pipeline of previous release fails to release a new version. The error related to a dirty git state, due to a folder called .semrel. From what i can tell this folder is generated in the pipeline and contains the releases that semantic-release will push to git. This commit adds the folder .semrel to .gitignore.
1 parent 356e6a4 commit 06619e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea
22
tools/*/*/
33
bin
4+
.semrel
5+
.generated-go-semantic-release-changelog.md

0 commit comments

Comments
 (0)