Compare commits

2 Commits

Author SHA1 Message Date
8bde72e776 Merge pull request from update-gitignore into main
Some checks failed
ci / ci (push) Failing after 5s
Reviewed-on: #2
2025-03-01 22:26:42 +01:00
Arindy
67a2b13d72 updates gitignore
All checks were successful
ci / ci (push) Successful in 24s
ci / ci (pull_request) Successful in 24s
2025-03-01 22:17:44 +01:00
3 changed files with 6 additions and 5 deletions

View File

@@ -21,8 +21,9 @@ jobs:
- id: version
name: version
run: |
major=${{startsWith(github.event.head_commit.message, '[major]')}}
minor=${{startsWith(github.event.head_commit.message, '[minor]')}}
echo ${{github.event.head_commit.message}}
major=${{contains(github.event.head_commit.message, '[major]')}}
minor=${{contains(github.event.head_commit.message, '[minor]')}}
echo "major: " $major
echo "minor: " $minor

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "foundryvtt-dice-tower",
"version": "1.0.1",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "foundryvtt-dice-tower",
"version": "1.0.1",
"version": "1.0.0",
"license": "GPL-3.0-only",
"devDependencies": {
"@3d-dice/dice-box-threejs": "^0.0.12",

View File

@@ -1,6 +1,6 @@
{
"name": "foundryvtt-dice-tower",
"version": "1.0.1",
"version": "1.0.0",
"description": "Roll your dice in a fancy overlay",
"license": "GPL-3.0-only",
"scripts": {