codejedi365

Results 421 comments of codejedi365

Still in the backlog but a valuable improvement nonetheless

Still in progress but it hasn't moved recently as I've been unavailable over the last month for making significant progress.

> Can you not just accomplish this using a CI/CD pipeline? Yes, most of the time I implement it this way. It sounds like this would be a form of...

This is an interesting question. There might be something you can do. With the latest version `v8.5.0`, try the following: ```sh semantic-release version --no-push git push --tags ``` `semantic-release` should:...

@Deran80, I got a concept working that will support your offline use. I am still working on the testing but soon I'll have a PR and a release that you...

This is actually very close to resolution after some refactors of the base interface classes. Still requires testing and updates to the latest interface. Unfortunately lower on the priority compared...

Same update as previously, not much has moved forward as I have been very busy.

@rosaLux161, the first error where it pushed both 0.0.1, and 1.0.1, is very odd to me. I don't know why that would happen. However, your second bug I have seen...

I might see if I can change the push command to only push the new tag to avoid the first failure.