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

Create release.yaml #652

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Create release.yaml #652

wants to merge 2 commits into from

Conversation

parcheesime
Copy link
Member

@parcheesime parcheesime commented Apr 5, 2024

Resolves Issue #550 parts 1, 2

Created a new file named release.yaml inside the .github/workflows directory, that will define the release workflow. The workflow should be triggered whenever a pull request is merged into the stable branch.

Resolves #550

Testing

  • Ran testing suites.

Checklist

  • I have followed all conventions outlined in our documentation.
  • I have fully tested my changes and confirmed that all new and existing tests pass.
  • I have written meaningful commit messages for all changes.
  • I have linted and formatted my changes to follow the code style of this repository.
  • I have updated our documentation, accordingly.
  • I have checked currently opened pull requests to ensure that there are no pending pull request for the same changes or issues.
  • I have confirmed that this pull request fully meets the acceptance criteria for all related issues listed above.

- Create the release.yaml file in the correct directory.
- Trigger the workflow on pull requests merged into the stable branch.
Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

Copy link

netlify bot commented Apr 5, 2024

Deploy Preview for luckyparking ready!

Name Link
🔨 Latest commit ffdc37d
🔍 Latest deploy log https://app.netlify.com/sites/luckyparking/deploys/6611c7c55cbcd50008281e53
😎 Deploy Preview https://deploy-preview-652--luckyparking.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

4 similar comments
Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

Copy link

github-actions bot commented Apr 5, 2024

@parcheesime, this Pull Request is not linked to a valid issue. Please provide a valid linked issue in "Related Issues" above, using the format of "Resolves #" + issue number.

@hackforla hackforla deleted a comment from github-actions bot Apr 5, 2024
@glenflorendo glenflorendo marked this pull request as draft April 6, 2024 22:13
@parcheesime
Copy link
Member Author

@glenflorendo
I documented changesets and found two ways to implement changesets into our work flow. We can change the release file or make two separate files, Version Workflow and Publish Workflow.
Lucky Parking changesets 2024.pdf

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.

[CICD] [Spike] Create release workflow
2 participants