Skip to content

Commit

Permalink
Merge pull request #9 from upupnoah/main
Browse files Browse the repository at this point in the history
feat(gen-pass): support password generator
  • Loading branch information
upupnoah authored Jun 12, 2024
2 parents 0962aeb + 492be22 commit 6eee8ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@
- Delete branch (optional)

## module organization method (Rust 2018)
- using the same name as the module.rs in the module directory
- using the same name as the module.rs in the module directory

## git workflow
- git add .
- git commit
- git push origin v\[number]-\[number]-\[event]
- if org repo, maintainer will manually create the tag and release

0 comments on commit 6eee8ca

Please sign in to comment.