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

Release drafter and publisher #233

Merged
merged 5 commits into from
Mar 20, 2024
Merged

Release drafter and publisher #233

merged 5 commits into from
Mar 20, 2024

Conversation

laysabit
Copy link
Contributor

Everytime there is a new pushed tag in any branch in the repository, the process of publishing the release based on that tag starts. That way, the tag can be used to create a release, and also add new functionalities and patches.

It was designed based on semantic versioning: major.minor.patches . v1.0.0, v1.0.1, v0.1.1.

@laysabit laysabit requested a review from a team as a code owner March 19, 2024 15:02
@laysabit laysabit changed the title Releases drafter and publisher Release drafter and publisher Mar 19, 2024
- uses: release-drafter/release-drafter@v5
with:
commitish: master
name: "stellar-dbt ${{ steps.gettag.outputs.TAG }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this need to be stellar-etl

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@laysabit laysabit merged commit 57becfe into master Mar 20, 2024
4 checks passed
@laysabit laysabit deleted the releases branch March 20, 2024 16:46
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.

3 participants