@ayasofyazilim/saas 0.0.71 → 0.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,12 @@ on:
16
16
  - preminor
17
17
  - premajor
18
18
  - prerelease
19
+ workflow_call:
20
+ inputs:
21
+ release-type:
22
+ default: 'patch'
23
+ type: string
24
+
19
25
  jobs:
20
26
  release:
21
27
  runs-on: self-hosted
@@ -7,6 +7,11 @@ on:
7
7
  description: 'The name of service to update and commit, e.g. "all" or "SaaS,Tag"'
8
8
  default: 'all'
9
9
  required: true
10
+ workflow_call:
11
+ inputs:
12
+ saas-name:
13
+ default: 'all'
14
+ type: string
10
15
  jobs:
11
16
  update:
12
17
  runs-on: self-hosted
@@ -0,0 +1,34 @@
1
+ name: Release & Update package
2
+ run-name: ${{ github.actor }} is is updating ${{ github.event.inputs.saas-name }} and Releasing the project 🚀
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ release-type:
7
+ description: 'Release type (one of): patch, minor, major, prepatch, preminor, premajor, prerelease'
8
+ required: true
9
+ default: 'patch'
10
+ type: choice
11
+ options:
12
+ - patch
13
+ - minor
14
+ - major
15
+ - prepatch
16
+ - preminor
17
+ - premajor
18
+ - prerelease
19
+ saas-name:
20
+ description: 'The name of service to update and commit, e.g. "all" or "SaaS,Tag"'
21
+ default: 'all'
22
+ required: true
23
+ jobs:
24
+ update:
25
+ uses: ayasofyazilim-clomerce/ayasofyazilim-saas/.github/workflows/update.yaml@main
26
+ with:
27
+ saas-name: ${{ github.event.inputs.saas-name }}
28
+ release:
29
+ uses: ayasofyazilim-clomerce/ayasofyazilim-saas/.github/workflows/release.yaml@main
30
+ needs: update
31
+ secrets: inherit
32
+ with:
33
+ release-type: ${{ github.event.inputs.release-type }}
34
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/saas",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "Ayasofyazılım SAAS",
5
5
  "main": "generator.mjs",
6
6
  "bin": {