Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #79 from danestves/v2
Browse files Browse the repository at this point in the history
feat: init v2
  • Loading branch information
danestves committed Mar 1, 2022
2 parents 1672402 + eff76c5 commit baf7cb2
Show file tree
Hide file tree
Showing 59 changed files with 4,278 additions and 52,625 deletions.
49 changes: 0 additions & 49 deletions .chglog/CHANGELOG.tpl.md

This file was deleted.

27 changes: 0 additions & 27 deletions .chglog/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE_BASIC.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE_DETAILED.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/PULL_REQUEST_TEMPLATE_DETAILED.md

This file was deleted.

17 changes: 12 additions & 5 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
changelog:
categories:
- title: Documentation Changes
- title: Breaking Changes 🛠
labels:
- documentation
- title: New Features
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
- title: Bug Fixes 🐛
labels:
- Semver-Patch
- bug-fix
- bug
- title: Other Changes
- title: Documentation 📖
labels:
- documentation
- title: Other 🤷‍♂️
labels:
- '*'
32 changes: 0 additions & 32 deletions .github/workflows/main.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/size.yml

This file was deleted.

Loading

0 comments on commit baf7cb2

Please sign in to comment.