twitter-together / action

:bird: A GitHub action to tweet from a repository

Home Page:https://github.com/marketplace/actions/twitter-together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve automated release setup

gr2m opened this issue · comments

follow up to #203

Make sure that dist/index.js is always updated in main before semantic-release is run. And then use https://github.com/gr2m/semantic-release-plugin-github-breaking-version-tag to create/update a release tag, then push back the changes with https://github.com/semantic-release/git. Remove the release branches, and replace them with tags

<rant> Needing dist files for actions is such a mess. I wish there was a better way </rant>