Skip to content

Commit

Permalink
ci: commit changelog in dart (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh authored Feb 28, 2025
1 parent 1f4ff41 commit 48272cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/dart/auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"changelog": false,
"git": false,
"changelog": true,
"git": true,
"github": true,
"npm": false,
"repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"changelog": false,
"git": false,
"changelog": true,
"git": true,
"github": true,
"npm": false,
"repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/consumer_auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"changelog": false,
"git": false,
"changelog": true,
"git": true,
"github": true,
"npm": false,
"repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/cryptography/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"changelog": false,
"git": false,
"changelog": true,
"git": true,
"github": true,
"npm": false,
"repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git",
Expand Down

0 comments on commit 48272cc

Please sign in to comment.