[go: nahoru, domu]

Skip to content

bionic-gpt/daisy-rsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daisy-RSX

This is a Dioxus version of the Daisy UI components.

To Create a Release

Get token from secrets manager

cargo login

To create a new release, use the following command locally:

cargo release patch

Once you are ready, pass the --execute flag.

This will:

  • Bump the version number.
  • Create a git tag.
  • Push changes to the remote repository.
  • Trigger the GitHub Actions workflow to publish the crate.