Skip to content

A repo to help me diagnose the issue where smeantic-release is not triggering other workflows

Notifications You must be signed in to change notification settings

Shereef/semantic-gha-trigger-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

I am using the token above

I have also read this discussion

Solution

[skip ci] was being added by @semantic-release/git

the solutions is to replace it like so:

-    "@semantic-release/git",
+    [
+      "@semantic-release/git",
+      {
+        "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
+      }
+    ],

About

A repo to help me diagnose the issue where smeantic-release is not triggering other workflows

Resources

Stars

Watchers

Forks

Packages

No packages published