diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..f7e26cc --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: Build and Publish + +on: + push: + branches: + - master + - develop + workflow_dispatch: + +jobs: + build: + uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master + with: + initial_version: "1.218" + secrets: inherit \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/module.json b/module.json index bd5ce34..e627682 100644 --- a/module.json +++ b/module.json @@ -9,5 +9,10 @@ "wiki_links": { "ru": {"https://wiki.mikopbx.com/module-bitrix24-integration": "https://docs.mikopbx.com/mikopbx/modules/miko/module-bitrix24-integration"}, "en": {"https://wiki.mikopbx.com/module-bitrix24-integration": "https://docs.mikopbx.com/mikopbx/v/english/modules/miko/module-bitrix24-integration"} + }, + "release_settings": { + "publish_release": true, + "changelog_enabled": true, + "create_github_release": true } } \ No newline at end of file