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

fix: github actions release flow #5

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

sandroscosta
Copy link

@sandroscosta sandroscosta commented Sep 17, 2024

  • remove the semantic release code and replace it with repo tagging.
  • when the package.json version is updated, a new npm package is generated.

My observation is that we don't need the confusion that semantic-release creates. It's better to be more descriptive about our releases. As is, the idea is to have the major release number reflect the openedx version.

When we need to update, we just change package.json and let github actions run normally.

Adapted directly from https://github.com/pascalgn/npm-publish-action

@sandroscosta
Copy link
Author

@igobranco Can you review this with me?

- remove the semantic release code and replace it with repo tagging.
- when the `package.json` version is updated, a new npm package is generated.
@sandroscosta sandroscosta marked this pull request as ready for review September 19, 2024 14:27
Copy link
Member

@igobranco igobranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✔️

@sandroscosta sandroscosta merged commit 1db4262 into nau/redwood.master Sep 20, 2024
4 checks passed
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.

2 participants