Compare commits

3 Commits

Author SHA1 Message Date
gitea
b8f0f9d613 [no ci] 1.0.1 2025-03-01 21:33:57 +00:00
891a34c3b6 Merge pull request 'updates gitignore' (#3) from update-gitignore into main
All checks were successful
ci / ci (push) Successful in 25s
Reviewed-on: #3
2025-03-01 22:33:32 +01:00
Arindy
7c8434cbc0 updates gitignore
All checks were successful
ci / ci (push) Successful in 26s
ci / ci (pull_request) Successful in 23s
2025-03-01 22:32:28 +01:00
3 changed files with 5 additions and 6 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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