Giter Site home page Giter Site logo

Comments (3)

codejedi365 avatar codejedi365 commented on June 11, 2024 2

Awesome, good work

from python-semantic-release.

codejedi365 avatar codejedi365 commented on June 11, 2024 1

@kierun, although PSR shouldn't be throwing a full stack trace at you from a hard exception, this failure comes from a underlying issue with your repository. Basically at the point in your log, it's running a git push of the new version commit that PSR makes and attempts to push it to the repository. This action fails due to the git application throwing an exit code. Please try the steps in this article: https://confluence.atlassian.com/bitbucketserverkb/pushing-a-branch-to-bitbucket-fails-with-the-error-refspec-matches-more-than-one-1108091938.html

I couldn't see anything that stood out when I looked at your repo. Check your branches and tags in the remote for duplicates or partial leading text matches.

from python-semantic-release.

kierun avatar kierun commented on June 11, 2024

This is the result:

√ pynpc-nZSnSxFl-py3.12(main|✓); git branch -a
* main
  remotes/origin/HEAD -> origin/main
  remotes/origin/main
√ pynpc-nZSnSxFl-py3.12(main|✓); git branch | rg -i "main"
* main
√ pynpc-nZSnSxFl-py3.12(main|✓); git ls-remote --heads | rg -i "main"
From [email protected]:kierun/pynpc.git
4405a6097604f7f99985e38a29946bafc49b3c36        refs/heads/main
√ pynpc-nZSnSxFl-py3.12(main|✓); git tag | rg -i "v"
v0.1.0
v0.2.0
√ pynpc-nZSnSxFl-py3.12(main|✓); git ls-remote --tags | rg -i "v"
From [email protected]:kierun/pynpc.git
446aff32799fd4ff7f81a1436e143792fe360bf4        refs/tags/v0.1.0
7e1505e956c56b866246cdb82b41cfccd43dbe75        refs/tags/v0.1.0^{}
7aa0969d8191e8bbc33419a89197e8bd1bfe2839        refs/tags/v0.2.0
586a49c8686b9b82da0226736f214753c3905eea        refs/tags/v0.2.0^{}

This looks fine as far as I can tell. However, looking into it a little more, I found this:

√ pynpc-nZSnSxFl-py3.12(main|✓); git tag
main
v0.1.0
v0.2.0
√ pynpc-nZSnSxFl-py3.12(main|✓); git tag -d main
Deleted tag 'main' (was 7e1505e)
√ pynpc-nZSnSxFl-py3.12(main|✓); git push origin :refs/tags/main
To kierun.github.com:kierun/pynpc.git
 - [deleted]         main
 - 

It worked!

I am going to leave this here in case someone else stumbles on the same issue.

@codejedi365 Thank you very much for your help. It is appreciated.

from python-semantic-release.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.