implemented ci/cd pipeling for testing and deploying application to crates io

This commit is contained in:
2023-01-24 00:32:49 +00:00
parent 1ede60df34
commit 20b15ba12e
2 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "docki"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "cli for building and publishing documentation using asciidoctor"
license-file = "LICENSE.txt"