microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

please post-tag the released versions #262

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

According to the tags the last released one was 1.29 in 2018. Please add the old releases (ideally with setting GIT_AUTHOR_DATE to the actual old date) and push them (maybe they were actually done, just not committed)?

Ideally there would be also release information or at least a separate ChangeLog file - the content seems to be already available at https://microsoft.github.io/debug-adapter-protocol/changelog.

connor4312 commented 2 years ago

Should be fixed with https://github.com/microsoft/vscode-debugadapter-node/issues/260

GitMensch commented 2 years ago

How is changing the repo-style adding tags for old versions and a ChangeLog file that is currently stored in even another repo?

connor4312 commented 2 years ago

Adopting a style in which we can run a tool like lerna version or npm version will allow those tools to automatically tag release commits in the future. Then of course we can add the old tags as well.