-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve documentation and publish info
- Loading branch information
Showing
4 changed files
with
105 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Versio Actions | ||
|
||
Some simple GitHub actions usable with | ||
[Versio](https://github.com/chaaz/versio) | ||
[Versio](https://github.com/chaaz/versio). We also host the | ||
[Yambler](./yambler) here, which is helpful to reduce bloat and repeated | ||
configuration when you're constructing your GitHub Actions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,12 @@ name = "yambler" | |
version = "0.1.0" | ||
authors = ["Charlie Ozinga <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
description = "Yambler is a tool to stitch reusable yaml snippets together." | ||
homepage = "https://github.com/chaaz/versio-actions/tree/changes/yambler/" | ||
repository = "https://github.com/chaaz/versio-actions/" | ||
license-file = "LICENSE.txt" | ||
keywords = ["yaml", "actions", "development", "configuration"] | ||
categories = ["command-line-utilities", "config"] | ||
|
||
[dependencies] | ||
serde_yaml = "0.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This is Versio, written by Charles Ozinga <[email protected]> | ||
|
||
This code is made available "AS IS" without warranties of any kind. Your | ||
use of this software code is at your own risk and you waive any claim | ||
against Charles Ozinga with respect to your use of this software code. | ||
|
||
Copyright (c) 2020 Charles Ozinga, all rights reserved | ||
|
||
Permission is granted to make and distribute verbatim copies of this | ||
document provided that the copyright notice and this permission notice | ||
are preserved on all copies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters