Skip to content

Commit c7f140b

Browse files
committed
Added .DS_Store to .gitignore and updated module.json with release settings for publishing and changelog.
1 parent 652681f commit c7f140b

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build and Publish
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master
13+
with:
14+
initial_version: "1.18"
15+
secrets: inherit

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
/.idea/
3+
.DS_Store

module.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"wiki_links": {
88
"ru": {"https://wiki.mikopbx.com/module-get-ssl": "https://docs.mikopbx.com/mikopbx/modules/miko/module-get-ssl-lets-encrypt"},
99
"en": {"https://wiki.mikopbx.com/module-get-ssl": "https://docs.mikopbx.com/mikopbx/v/english/modules/miko/module-get-ssl-lets-encrypt"}
10+
},
11+
"release_settings": {
12+
"publish_release": true,
13+
"changelog_enabled": true,
14+
"create_github_release": true
1015
}
1116
}

0 commit comments

Comments
 (0)