Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing and changelog workflow #96

Merged
merged 3 commits into from
Dec 13, 2021

Conversation

JoviDeCroock
Copy link
Contributor

Closes #18

Description

This PR introduces changesets a way to automate changelog management and other workflows. This can be used to fully automate publishing but let's start out by testing it out.

Common workflow:

  • Contributor creates PR
  • Contributor or maintainer creates a changeset (can be done through Github UI or running yarn changeset at the root)
  • We merge it
  • The release action will create a "version packages" PR
  • When we merge this we have to manually run yarn changeset publish at the root and it will publish all packages

Could an admin please add the bot to comment on PR's https://github.com/apps/changeset-bot

@Dhaiwat10
Copy link
Member

@JoviDeCroock thanks!

I added the bot

@Dhaiwat10 Dhaiwat10 merged commit 3ffe895 into Developer-DAO:main Dec 13, 2021
@JoviDeCroock JoviDeCroock deleted the changesets branch December 13, 2021 10:31
@Dhaiwat10
Copy link
Member

@allcontributors add @JoviDeCroock for code

@allcontributors
Copy link
Contributor

@Dhaiwat10

I've put up a pull request to add @JoviDeCroock! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure publish/release flow
2 participants