AtomLinter / linter-eslint-node

ESLint plugin for Atom/Pulsar Linter (v8 and above)
https://web.pulsar-edit.dev/packages/linter-eslint-node
MIT License
4 stars 3 forks source link

Pulsar Automated Release #43

Open scagood opened 1 year ago

scagood commented 1 year ago

We need to automate the publishing of releases to ppm.

savetheclocktower commented 1 year ago

If we wanted to go the @semantic-release route, we'd need a fork of semantic-release/apm that basically just changed the API URLs, then a fork of semantic-release/apm-config that just changed this line to point to the fork. I think.

UziTech commented 1 year ago

I am a maintainer of both of those packages so if you have any questions feel free to ask. I would like to get those moved to pulsar org.

confused-Techie commented 1 year ago

Quite some time ago I drafted a new semantic release tool for Pulsar. It's totally untested, and while modeled after UziTech's awesome work for the APM config, it's greatly simplified.

It takes the fact that the backend is now very capable in handling the publishing process, and models this behavior into what I hope we can eventually move into PPM itself.

If anyone here wanted to take a look at it, and test the behavior then I could talk with the rest of the team about bringing it into the org

scagood commented 1 year ago

I am certainly willing to try @confused-Techie