Compare commits

..

No commits in common. "0.0.2-draft6" and "master" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View file

@ -68,13 +68,12 @@ steps:
api_key:
from_secret: GITEA_TOKEN
base_url: https://gitea.kube-it.de
title: target/VERSION
title: VERSION
note: CHANGELOG.md
files:
- /drone/src/target/s0-meter_*
- /drone/src/bundle/*
checksum: md5
prerelease: true # You can change this in Gitea afterwards
draft: true # You can change this in Gitea afterwards
draft: true
prerelease: true
when:
event: tag

View file

@ -1,10 +1,10 @@
# Changelog
All changes to s0-meter will be documented here.
## [0.0.2]
## 0.0.2
Rename the project to "s0-meter".
## [0.0.0]
## 0.0.0
Initial release.
### Added
Everything. :)

2
Cargo.lock generated
View file

@ -1295,7 +1295,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "s0-meter"
version = "0.0.2"
version = "0.0.1"
dependencies = [
"async-std",
"clap",