7.0.1 • Published 6 months ago

git-semver-tags v7.0.1

Weekly downloads
1,701,425
License
MIT
Repository
github
Last release
6 months ago

NPM version Build Status Dependency Status Coverage Status

Get all git semver tags of your repository in reverse chronological order

Note: since lightweight tags do not store date information, the date of a tag is the date of the commit that is tagged on. If two tags on one commit, the order is not guaranteed.

Install

$ npm install --save git-semver-tags

Usage

var gitSemverTags = require('git-semver-tags');

// gitSemverTags([options])

const tags = await gitSemverTags();

console.log(tags);
//=> [ 'v2.0.0', 'v1.0.0' ]
$ npm install --global git-semver-tags
$ git-semver-tags
v2.0.0
v1.0.0

Options

  • opts.lernaTags: extract lerna style tags (foo-package@2.0.0) from the git history, rather than v1.0.0 format.
  • opts.package: what package should lerna style tags be listed for, e.g., foo-package.
  • opts.tagPrefix: specify a prefix for the git tag to be ignored from the semver checks

License

MIT © Steve Mao

conventional-recommended-bumpconventional-changelog-coreeasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-imageconventional-toolsairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-module@frxf/frxfdeneme323112@ntt_app/react-native-custom-notificationreact-native-covid-sdk@jttechnic/interpreterreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutils@oiti/documentoscopy-react-nativequoc-testluminos-ui-core@everything-registry/sub-chunk-1761jawwy-sdkjawwy_gamification_releasemock-changelogreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkg@latiwesh/conventional-changelog-core@latiwesh/standard-version@lordbeanbag/vite-plugin-svg-icons-monorepo@lehuyaa/my-assets@ko-developerhong/react-native-multiple-image-picker@immobiliarelabs/standard-version@localazy/conventional-changelog-preset@gitmoji-changelog/core@gitmoji-changelog/markdown@gkatsev/conventional-github-releaser@geeky-apo/react-native-advanced-clipboardreact-native-test-module-hhhreact-native-test-viewreact-native-syan-photo-pickerreact-native-ui-components-libraryreact-native-version-appreact-native-uvc-camera-androidreact-native-xiaomi-permissionsreact-native-xprinter-thermal-blereact-native-withframework-checkreact-native-wtfreact-native-ytximkitreact-native-volume-phisicalreact-native-tejab41097-sample-libraryreact-native-teknoctrl-componentsreact-native-teads-sdk-modulereact-native-ticker-tapereact-native-tilt-blereact-native-test-comlibraryreact-native-transtracker-library@jscutlery/semver@jfilipe-sparta/react-native-module_2@uirouter/publish-scriptsjawwy_library_newjawy_library_v1@sephriot/react-native-persistable-uri@silvermine/standardization@thinxviewx/core-rn@turbo-version/version@tryprospect/standard-versiongsvtsushi-sdk-ftm@sidghimire/react-native-mapbox-navigationjamuskalimrlsrishiqing-deployrn-adyen-dropinrollman@oiti/rn-liveness2d@npm_fluentco/adflow-react-native-sdkrn-session-multiplier-demorn-tm-notifyrn_unique_device_idrn-agora-ios-mrn-counter-demorn-check-btnrn-circular-chartfawaterak-online-paymentfawatrak-online-paymentkhaled-salem-custom-componentsjrennsoh88-react-native-scroll-indicator@valifysolutions/react-native-vidvlivenessut-toolsvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resized@wecraftapps/react-native-use-keyboardlazy-bee-uil2forlerna@yplabs-ltd/react-native-detector@zalastax/nolb-git-s
7.0.0

6 months ago

7.0.1

6 months ago

6.0.0

7 months ago

5.0.1

8 months ago

5.0.0

10 months ago

4.1.1

3 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.2.0-alpha.1

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago