release-test-mojipcmobila 1.27.2 → 1.27.3

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.
@@ -30,12 +30,12 @@ jobs:
30
30
  env:
31
31
  NPM_TOKEN: ${{secrets.NPM_TOKEN}}
32
32
  GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
33
- - name: Create PR to merge main → develop
34
- if: success()
35
- uses: peter-evans/create-pull-request@v6
36
- with:
37
- token: ${{ secrets.GITHUB_TOKEN }}
38
- base: develop
39
- branch: sync-main-to-develop
40
- title: "Sync main → develop"
41
- body: "This PR was automatically created after release to sync main into develop."
33
+ # - name: Create PR to merge main → develop
34
+ # if: success()
35
+ # uses: peter-evans/create-pull-request@v6
36
+ # with:
37
+ # token: ${{ secrets.GITHUB_TOKEN }}
38
+ # base: develop
39
+ # branch: sync-main-to-develop
40
+ # title: "Sync main → develop"
41
+ # body: "This PR was automatically created after release to sync main into develop."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-test-mojipcmobila",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "scripts": {
5
5
  "semantic-release": "semantic-release",
6
6
  "release": "release-it --config release-it.config.ts",