Git Product home page Git Product logo

git-semver-tags's People

Contributors

bcoe avatar psyrendust avatar stevemao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

git-semver-tags's Issues

Simply git command and do not use regex

Using gitlab the response I'm getting from git log --tags --simplify-by-decoration --pretty=format:"%d" is:
(v1.0.2)
(v1.0.1)
(v1.0.0)

And that breaks the matching of tags so it will return no tags for this project.

regex doesn't work if commit has multiple tags

This might be the same as #1 . If you have multiple commits on a tag, it will not recognise the fact that one of the tags is the semantic one, as git log --decorate --no-color outputs them in reverse alphabetical order, and the regex only matches the first one.

Regression in 1.1.0

STR

sudo npm i -g ajoslin/conventional-changelog
git clone [email protected]:mozilla/fxa-auth-server.git
conventional-changelog 

OUTPUT:

TypeError: Error in conventional-changelog-writer: Cannot read property '0' of undefined

Details

I locked the version to 1.0.0, see vladikoff/conventional-changelog@5844989#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L35. Now it works fine again.

sudo npm i -g vladikoff/conventional-changelog#fix-semvertags 
conventional-changelog 

OUTPUT:

โžœ  fxa-auth-server git:(master) conventional-changelog 
<a name="1.51.1"></a>
## 1.51.1 (2015-12-30)


### chore

* chore(docs): remove misleading references to awsbox ([b77c58c](https://github.com/mozilla/fxa-auth-server/commit/b77c58c))

### docs

* docs(profile): document the /account/profile endpoint ([990b1ef](https://github.com/mozilla/fxa-auth-server/commit/990b1ef)), closes [#1128](https://github.com/mozilla/fxa-auth-server/issues/1128)

### fix

* fix(log): add mozlog fmt properly ([35d8291](https://github.com/mozilla/fxa-auth-server/commit/35d8291)), closes [#1138](https://github.com/mozilla/fxa-auth-server/issues/1138)

* Merge pull request #1137 from mozilla/1128-document-profile-endpoint ([c665cc9](https://github.com/mozilla/fxa-auth-server/commit/c665cc9))
* Merge pull request #1142 from jrgm/chore-remove-misleading-references-to-awsbox ([07e77ae](https://github.com/mozilla/fxa-auth-server/commit/07e77ae))
* Merge pull request #1143 from mozilla/i1138 ([726351e](https://github.com/mozilla/fxa-auth-server/commit/726351e))

Ref conventional-changelog/conventional-changelog#130

gitSemverTags is now reporting undefined since 1.1.0:

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.