mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 10:26:52 +00:00
feat: come a new action
This commit is contained in:
parent
d9823e84f7
commit
b9ad41da60
17 changed files with 5822 additions and 2 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue