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

feat: auto release #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: auto release #13

wants to merge 1 commit into from

Conversation

laojianzi
Copy link

@laojianzi laojianzi commented Jun 28, 2023

Resolve #12

Example

github release page: https://github.com/laojianzi/obsidian-flowershow/releases/tag/1.0.0
github action page: https://github.com/laojianzi/obsidian-flowershow/actions/runs/5400102865/jobs/9808093892

Guide

You can choose any of the following methods to trigger an auto-release.

option 1: using git cli

git tag -a 1.0.1 -m "1.0.1"
git push origin 1.0.1

option 2: new a releases in github repo
you can click me

@rufuspollock
Copy link
Member

@olayway could we merge this?

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.

Setup auto releases
2 participants