question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tag name contains double quotes

See original GitHub issue
[bumpversion]
current_version = 1.0.2
commit = True
tag = True
tag_name = "v{new_version}"

when using the following config file it ends up adding double quotes around tag name in the releases like this "v1.0.0" instead of v1.0.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
SitiSchucommented, Feb 26, 2019

@AlaaAttya The reason you’re getting that error is because you edited your .bumpversion.cfg and didnt commit the changes. Commit your changes and try again.

1reaction
AlaaAttyacommented, Feb 26, 2019

@SitiSchu your trick got my issue fixed, thanks a million 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to escape double quotes in a title attribute - Stack Overflow
It uses a different escape mechanism, one with which you're obviously already familiar: (reference-to-the-tag).title = "Some \"text\"";.
Read more >
13.5. Single and Double Quotation Marks inside Strings
Strings inside XML Tags are enclosed by a start tag and an end tag. So the content may have any combination of single...
Read more >
<q>: The Inline Quotation element - HTML - MDN Web Docs
The <q> HTML element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the ...
Read more >
HTML Quotation Elements - W3Schools
The HTML <cite> tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a...
Read more >
How do I escape quotation marks/Double Quotes in a ...
The errors are on the lines that contains quotation marks/Double Quotes on ... +(</title>)" - This will select all words from the TITLE...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found