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

ci: provide elements release by pull request #715

Merged
merged 21 commits into from
Sep 13, 2022
Merged

Conversation

BenPag
Copy link
Collaborator

@BenPag BenPag commented Aug 26, 2022

Closes #710

Proposed Changes

  • add new workflow which creates a pull request for releasing
  • changed deploy version workflow to enable support for:
    • automatic tagging latest release commit
    • automatic creation of GitHub release

The GitHub release changelogs are generated base on semantic commits.

https://github.com/mathieudutour/github-tag-action#usage

Example release on my fork: https://github.com/BenPag/elements/releases/tag/v7.1.2

janivo and others added 17 commits August 19, 2022 09:57
* refactor: update ino-switch design

* refactor: update states

* refactor: finalize styling

* chore: elements stencil docs

* chore: unix line ending to reduce noise
# Conflicts:
#	.github/workflows/prepare-release.yml
#	CHANGELOG.md
#	packages/elements-angular-example/CHANGELOG.md
#	packages/elements-angular/CHANGELOG.md
#	packages/elements-react-example/CHANGELOG.md
#	packages/elements-vue-example/CHANGELOG.md
#	packages/elements/CHANGELOG.md
#	packages/landingpage/CHANGELOG.md
@BenPag BenPag changed the title Ci new vesion flow ci: provide elements release by pull request Aug 26, 2022
@BenPag BenPag marked this pull request as ready for review August 26, 2022 11:32
Copy link
Collaborator

@janivo janivo left a comment

Choose a reason for hiding this comment

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

The commit message/pr title should be like chore: publish vX.X.X

@BenPag BenPag requested a review from janivo September 8, 2022 07:38
lerna.json Outdated Show resolved Hide resolved
@janivo janivo merged commit ef345d0 into master Sep 13, 2022
@janivo janivo deleted the ci-new-vesion-flow branch September 13, 2022 13:06
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.

Provide elements release by pull request
3 participants