Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from TezRomacH/docs/readme-update
Browse files Browse the repository at this point in the history
`v0.1.0` pre-release
  • Loading branch information
TezRomacH authored May 7, 2020
2 parents 1a25a54 + 31b79d0 commit 90b3b29
Show file tree
Hide file tree
Showing 16 changed files with 620 additions and 62 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ indent_style = tab

[*.md]
trim_trailing_whitespace = false

[*.{diff,patch}]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [ ] 🔧 Bug fix (non-breaking change which fixes an issue)
- [ ] 🥂 Improvement (non-breaking change which improves an existing feature)
- [ ] 🚀 New feature (non-breaking change which adds functionality)
- [ ] ❗️ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)

## Checklist

Expand Down
5 changes: 3 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Release drafter configuration https://github.com/release-drafter/release-drafter#configuration
# Emojis were chosen to match the https://gitmoji.carloscuesta.me/

name-template: "v$NEXT_PATCH_VERSION :pushpin:"
tag-template: "v$NEXT_PATCH_VERSION"
Expand All @@ -10,9 +11,9 @@ categories:
labels: [bug, refactoring, bugfix, fix]
- title: ":package: Build System & CI/CD"
labels: [build, ci, testing]
- title: ":exclamation: Breaking Changes"
- title: ":boom: Breaking Changes"
labels: [breaking]
- title: ":books: Documentation"
- title: ":pencil: Documentation"
labels: [documentation]

template: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: ["3.7", "3.8"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ test:
.PHONY: lint
lint: test check-safety check-style

.PHONY: clean
.PHONY: clean_build
clean:
rm -rf build/
Loading

0 comments on commit 90b3b29

Please sign in to comment.