microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.46k stars 235 forks source link

Releases/Tags are missing after 0.10 #525

Closed fatso83 closed 2 years ago

fatso83 commented 2 years ago

This repository has releases up until 0.10.0, and then there are no releases and no further tags. Yet NPM shows there have been a bunch of releases since:

$ npm show node-pty versions
[
  '0.0.1',         '0.1.0',         '0.4.1',         '0.5.0-beta',
  '0.5.0-beta2',   '0.5.0-beta3',   '0.5.0-beta4',   '0.5.0-beta5',
  '0.5.0',         '0.5.1',         '0.6.0-beta1',   '0.6.0-beta2',
  '0.6.0-beta3',   '0.6.0',         '0.6.1',         '0.6.2-beta1',
  '0.6.2',         '0.6.3-beta1',   '0.6.3',         '0.6.4',
  '0.6.5-beta1',   '0.6.5',         '0.6.6',         '0.6.7',
  '0.6.8',         '0.6.9',         '0.6.10',        '0.7.0',
  '0.7.1',         '0.7.2',         '0.7.3-beta1',   '0.7.3',
  '0.7.4-node-10', '0.7.4',         '0.7.5',         '0.7.6-conpty1',
  '0.7.6-conpty2', '0.7.6-conpty3', '0.7.6',         '0.7.7',
  '0.7.8-conpty1', '0.7.8-conpty2', '0.7.8',         '0.8.0',
  '0.8.1',         '0.8.2-beta1',   '0.9.0-alpha1',  '0.9.0-alpha2',
  '0.9.0-alpha3',  '0.9.0-beta1',   '0.9.0-beta10',  '0.9.0-beta11',
  '0.9.0-beta12',  '0.9.0-beta13',  '0.9.0-beta14',  '0.9.0-beta15',
  '0.9.0-beta16',  '0.9.0-beta17',  '0.9.0-beta18',  '0.9.0-beta19',
  '0.9.0-beta2',   '0.9.0-beta20',  '0.9.0-beta21',  '0.9.0-beta22',
  '0.9.0-beta23',  '0.9.0-beta24',  '0.9.0-beta25',  '0.9.0-beta26',
  '0.9.0-beta27',  '0.9.0-beta28',  '0.9.0-beta29',  '0.9.0-beta3',
  '0.9.0-beta30',  '0.9.0-beta31',  '0.9.0-beta4',   '0.9.0-beta5',
  '0.9.0-beta6',   '0.9.0-beta7',   '0.9.0-beta8',   '0.9.0-beta9',
  '0.9.0',         '0.10.0-alpha1', '0.10.0-beta1',  '0.10.0-beta10',
  '0.10.0-beta11', '0.10.0-beta12', '0.10.0-beta13', '0.10.0-beta14',
  '0.10.0-beta15', '0.10.0-beta16', '0.10.0-beta17', '0.10.0-beta18',
  '0.10.0-beta19', '0.10.0-beta2',  '0.10.0-beta20', '0.10.0-beta3',
  '0.10.0-beta4',  '0.10.0-beta5',  '0.10.0-beta6',  '0.10.0-beta7',
  '0.10.0-beta8',  '0.10.0-beta9',  '0.10.0',        '0.10.1',
  '0.11.0-beta1',  '0.11.0-beta10', '0.11.0-beta11', '0.11.0-beta12',
  '0.11.0-beta13', '0.11.0-beta14', '0.11.0-beta15', '0.11.0-beta16',
  '0.11.0-beta17', '0.11.0-beta2',  '0.11.0-beta3',  '0.11.0-beta4',
  '0.11.0-beta5',  '0.11.0-beta6',  '0.11.0-beta7',  '0.11.0-beta8',
  '0.11.0-beta9'
]

No changelog present or anything to guide people in upgrading.

Tyriar commented 2 years ago

@fatso83 0.10.0 was the last "stable" release, you can pick up the latest beta if you want to be on the latest.

fatso83 commented 2 years ago

That's fine, but should not at least the tags be published to the Git repo? Or has the main repo moved somewhere else?

Tyriar commented 2 years ago

We only publish tags for the stable builds right now