7.0.1 • Published 8 months ago

git-semver-tags v7.0.1

Weekly downloads
1,701,425
License
MIT
Repository
github
Last release
8 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-changelog-coreconventional-recommended-bumpeasy-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-pkgreact-native-jawwy_samplefawaterak-online-paymentfawatrak-online-paymentfirebase-sign-in-with-ethereumfixed_form_builderfluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alphafmslfork-versionfull-conventional-changelogjamuskalimeasyplayer-mygriffin-ui-library@enkeledi/react-native-week-month-date-pickergsvt@enirisdev/angular-google-chartsgh-monoproject-cli@educandu/dev-tools@favoloso/conventional-changelog-emoji@felipesimmi/react-native-datalogic-module@extrieve_technologies/quickcapture_react_nativegamification-integration-newframework_test_library_sixdeeframework_test_library_sixdee_newframework_test_library_sixdee_new_newgenz-native-elements@dwmkerr/standard-versiongaurav-react-native-loopgit-latest-semver-taggit-clog@dyrkow/conventional-recommended-bump@dyrkow/standard-versionhong1-utilsjrennsoh88-react-native-scroll-indicatorjordy-frijters-test-libl2forlernakhaled-salem-custom-componentsjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwytest_lib_module_aar@sportheroes/bk-conventional-recommended-bump@spscommerce/slashernpm_qwertynon-standard-versionnpm_one_12_34_1_npm_one_1_2_3npm_one_2_2native-apple-loginnative-date-picker-modulenative-modal-damage-vehiclenative-google-loginnative-kakao-login@status-im/react-native-transparent-videopayutestingnode-rg@redbee/standard-version@react-native-ui-design/button@react-18-pdf/rootplaykit-js-hls-sondqpnm-yph-react-native-custom-componentsluojia-cli-devlazy-bee-uimanual-git-changelogmiracle-webpack-tree-shakingnew-awesome-4321quickcapture_react_nativeraact-native-arunramya151project-wajs-dvpyreswap-sdk
7.0.0

8 months ago

7.0.1

8 months ago

6.0.0

8 months ago

5.0.1

10 months ago

5.0.0

11 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

7 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