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

Added a GitHub Action workflow for releasing #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

liquidz
Copy link
Member

@liquidz liquidz commented Dec 16, 2021

As the title says.

  • Added src/toyokumo/tools/release/version.clj to manage current version by tools.release itself.
  • The Makefile task only do
    • Delete -SNAPSHOT from the version string and commit them
    • Create a new tag with current version string
    • Push to main branch
    • Fetch and switch to develop branch
    • Rebase changes between main branch
    • Bump the patch version
    • Add -SNAPSHOT to the version string and commit them
    • Push to develop branch

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.

1 participant