Skip to content

Commit 3591099

Browse files
committed
test(ci): automated builds via ghw ci
1 parent fa65204 commit 3591099

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### ⚙️ Miscellaneous Tests
2+
3+
- *(config)* Testing github ci for different builds
4+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustycli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = [ "PwnWriter < hey@pwnwriter.xyz >" ]
66
description = "🦊 Access the rust playground right in terminal."

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Creating a Release
2+
3+
[GitHub](https://github.com/pwnwriter/rustycli/releases) and [crates.io](https://crates.io/crates/rustycli) releases are automated via [GitHub actions](.github/workflows/cd.yml) and triggered by pushing a tag.
4+
5+
1. Run the [release script](./release.sh): `./release.sh v[X.Y.Z]` (requires [rustycli](https://github.com/pwnwriter/rustycli) for changelog generation)
6+
2. Push the changes: `git push`
7+
3. Check if [Continuous Integration](https://github.com/pwnwriter/rustycli/actions) workflow is completed successfully.
8+
4. Push the tags: `git push --tags`
9+
5. Wait for [Continuous Deployment](https://github.com/pwnwriter/rustycli/actions) workflow to finish.

0 commit comments

Comments
 (0)