generated from PlexSheep/rs-base
basic readme
This commit is contained in:
parent
2b0cb54115
commit
2f6a76bb0f
2 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,3 +1,16 @@
|
||||||
# rs-base
|
# autocrate
|
||||||
|
|
||||||
Base repository for rust projects
|

|
||||||
|
|
||||||
|
Release Manager for Your Projects on Gitea, GitHub, and GitLab
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
Releasing my cargo workspaces was tedious, so I decided to create a project
|
||||||
|
that would help me with that. It should create a release with on the git server,
|
||||||
|
run whatever scripts specified by the maintainers, perhaps integrate with CI/CD,
|
||||||
|
and upload compiled and otherwise generated artifacts.
|
||||||
|
|
||||||
|
For Rust projects specifically, it should generate binaries and upload them to
|
||||||
|
the release of the git server. It should also provide the option to generate
|
||||||
|
the documentation and deploy it to a specified location. (The documentation of
|
||||||
|
published crates is automatically available on [docs.rs](https://docs.rs)).
|
||||||
|
|
BIN
data/media/autocrate.jpeg
Normal file
BIN
data/media/autocrate.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Add table
Reference in a new issue