Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Conversation

@archywillhe
Copy link
Contributor

@archywillhe archywillhe commented Oct 24, 2023

Download release artifacts here

Steps for Publish:

When ready to publish, trigger Publish workflow with these variables:

  • Release version (version): 0.2.2

Alternatively, you can trigger the workflow from Github CLI:

gh workflow run release-publish.yml -f version=0.2.2 --repo ArchGPT/insomnium
Conflicts? Merge branch step failed on the publish workflow? Try this...

Run locally:

# Make sure git remote is ArchGPT/insomnium...

git checkout main
git merge --no-ff release/<replaced with version>

# Solve merge conflicts ...
# If there's package-lock conflicts, run `npm install` and commit the package-lock changes

git push

@archywillhe archywillhe merged commit 5e5d199 into main Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants