Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
feat: add more paths to assets for semantic-release/git plugin
Browse files Browse the repository at this point in the history
I haven't had any luck figuring out how to get negative-matching
globs to work for semantic-release/git.  For now I'm punting and
adding entries to the assets config to cover the files that were
missed in the most recent release job run.
  • Loading branch information
ctreatma committed Oct 12, 2023
1 parent 05b0322 commit f712494
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@
"@semantic-release/git",
{
"message": "ci: regenerate code for version ${nextRelease.version}",
"assets": ["version", "equinix-openapi-metal/src"]
"assets": [
"version",
"equinix-openapi-metal/src",
"equinix-openapi-metal/README.md",
"equinix-openapi-metal/build.gradle",
"equinix-openapi-metal/build.sbt",
"equinix-openapi-metal/pom.xml"
]
}
]
]
Expand Down

0 comments on commit f712494

Please sign in to comment.