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

[CICD] [Spike] Create release workflow #550

Open
3 tasks done
glenflorendo opened this issue Oct 10, 2023 · 2 comments · May be fixed by #652
Open
3 tasks done

[CICD] [Spike] Create release workflow #550

glenflorendo opened this issue Oct 10, 2023 · 2 comments · May be fixed by #652
Assignees

Comments

@glenflorendo
Copy link
Member

glenflorendo commented Oct 10, 2023

User Story

As a developer, I want to automate the management of change sets using the @changesets/cli npm package in our pnpm monorepo, so that we can streamline the process of versioning and publishing packages, saving time and reducing the risk of errors.

Description

Automating change sets with the @changesets/cli npm package will allow us to easily track and manage changes to our packages. By automating this process, we can ensure that every change is recorded and versioned correctly, making it easier to maintain our monorepo and track the history of our packages.

Create a new file named release.yaml inside the .github/workflows directory. This file will define the release workflow. The workflow should be triggered whenever a pull request is merged into the stable branch. This may be difficult to test as we do not currently use that branch. Connect with @glenflorendo if you experience difficulties with this ticket.

Research how we can use @changesets/cli as part of our release workflow to create and apply change sets. This will help us manage versioning and publishing of packages in our monorepo.

Verify that the automation process is reliable and does not introduce any errors or inconsistencies.

Acceptance Criteria

  • Create the release.yaml file in the correct directory.
  • Trigger the workflow on pull requests merged into the stable branch.
  • The workflow should create and apply change sets.

Technical References

@glenflorendo glenflorendo changed the title Configure changesets [CICD] [Spike] Create release workflow Mar 27, 2024
@parcheesime parcheesime linked a pull request Apr 5, 2024 that will close this issue
7 tasks
@parcheesime
Copy link
Member

I completed parts 1 and 2 for issue #550:
Create the release.yaml file in the correct directory.
Trigger the workflow on pull requests merged into the stable branch.
I'll research, part 3, changesets this weekend.

@parcheesime
Copy link
Member

Update:
I've updated our project documentation to include details on how we're integrating Rush into our workflow using changesets. The changes aim to streamline our monorepo management, offering more efficient handling of our projects.

For a comprehensive understanding of the updates and how to work with Rush and changesets, see the updated section in our changesets documentation: Link to the document.

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 a pull request may close this issue.

2 participants