jenkins with semantc release
i install semantic release by add this commande on package.json ” “release”: “npx -p @semantic-release/changelog@^5.0.0 -p @semantic-release/git@^9.0.0 -p semantic-release@^17.0.0 semantic-release –no-ci –debug”,” (my projet is react) but when i commit the changement with feat or fix message on branche named “Work” nothing happed to resolve that i added .releaserc.json with this script ” {
“branches”: [“master”, “Pipeline”]
}” but this error showed when i start the pipeline “Error: Command failed with exit code 128: git tag v1.2.4 91ccded19a98200589df2bf338e866984906ccb0
fatal: tag ‘v1.2.4’ already exists” help me please and thank you.