superleap / github-issues-label-sync

Small tool used to create identical github issue labels and asana issue tags

Home Page:https://github-issues-label-sync-package.superleap.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semantic-release latest version

0-vortex opened this issue · comments

Semantic-release needs to be configured with getLastRelease pointing to a different repository.
last-release-npm package reports versions from npm view github-issues-label-sync versions whereas the last rebase required unpublishing last version.

As such, npm view github-issues-label-sync time reports latest version correctly but semantic-release can't publish to that.

Sample output:

λ vortex [~/WebstormProjects/github-issues-label-sync] at  master +
→ npm view github-issues-label-sync time                                                                [ac17567]
npm info it worked if it ends with ok
npm info using npm@3.10.3
npm info using node@v6.3.0
npm info attempt registry request try #1 at 12:49:51 AM
npm http request GET https://registry.npmjs.org/github-issues-label-sync
npm http 304 https://registry.npmjs.org/github-issues-label-sync

{ modified: '2016-07-13T22:49:38.007Z',
  created: '2016-07-07T03:03:29.358Z',
  '1.5.0': '2016-07-07T03:03:29.358Z',
  '1.5.1': '2016-07-07T03:06:22.199Z',
  '1.6.0': '2016-07-07T06:58:53.947Z',
  '1.7.0': '2016-07-09T12:11:34.463Z',
  '1.8.0': '2016-07-09T16:02:46.335Z',
  '1.9.0': '2016-07-10T20:06:36.784Z',
  '1.10.0': '2016-07-11T06:50:36.452Z',
  '1.10.1': '2016-07-13T01:36:31.145Z',
  '1.11.0': '2016-07-13T03:34:34.168Z' }

npm info ok

λ vortex [~/WebstormProjects/github-issues-label-sync] at  master +
→ npm view github-issues-label-sync versions                                                            [ac17567]
npm info it worked if it ends with ok
npm info using npm@3.10.3
npm info using node@v6.3.0
[ '1.5.0', '1.5.1', '1.6.0', '1.7.0', '1.8.0', '1.9.0', '1.10.0' ]
npm info ok