Skip to content

Commit 0d7fde9

Browse files
Merge pull request #1 from CrackingShells/dev
v0.2.0
2 parents 82a71fd + c2752f5 commit 0d7fde9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+22538
-499
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
2828
- name: Run tests
2929
run: |
30-
python -m unittest discover tests -v
30+
wobble --verbose
3131
3232
- name: Test basic import
3333
run: |
34-
python -c "import {{PACKAGE_NAME}}; print('{{PROJECT_NAME}} package imports successfully')"
34+
python -c "import wobble; print('wobble package imports successfully')"
3535
3636
release:
3737
needs: test

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,10 @@ yarn-debug.log*
214214
yarn-error.log*
215215

216216
# Semantic-release
217-
.semantic-release/
217+
.semantic-release/final_test.json
218+
219+
# Test artifacts and temporary files
220+
test_*.json
221+
discovery*.json
222+
discovery*.txt
223+
*.tmp

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"repositoryUrl": "https://github.com/CrackingShells/{{PROJECT_NAME}}",
2+
"repositoryUrl": "https://github.com/CrackingShells/Wobble",
33
"tagFormat": "v${version}",
44
"branches": [
55
"main",

CONTRIBUTING.md

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)