Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Oct 15, 2024
2 parents fbbc9c3 + f97a0e5 commit 2f6b25e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release Workflow
on:
push:
branches:
- master
- main
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
--exclude='docker' \
--exclude='docs' \
--exclude='node_modules' \
--exclude='src' \
--exclude='/src' \
--exclude='test' \
--exclude='package-lock.json' \
--exclude='composer.lock' \
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Create a [bug report](https://github.com/OpenCatalogi/.github/issues/new/choose)
Create a [feature request](https://github.com/OpenCatalogi/.github/issues/new/choose)
]]></description>
<version>0.1.5</version>
<version>0.1.9</version>
<licence>agpl</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>LarpingApp</namespace>
<category>organisation</category>
<category>organization</category>
<website>https://github.com/ConductionNL/LarpingNextApp</website>
<bugs>https://github.com/ConductionNL/LarpingNextApp/issues</bugs>
<repository type="git">https://github.com/ConductionNL/LarpingNextApp.git</repository>
Expand Down

0 comments on commit 2f6b25e

Please sign in to comment.