Skip to content

Commit

Permalink
test(ci): automated builds via ghw ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jul 27, 2023
1 parent fa65204 commit 3591099
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### ⚙️ Miscellaneous Tests

- *(config)* Testing github ci for different builds

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustycli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = [ "PwnWriter < [email protected] >" ]
description = "🦊 Access the rust playground right in terminal."
Expand Down
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Creating a Release

[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.

1. Run the [release script](./release.sh): `./release.sh v[X.Y.Z]` (requires [rustycli](https://github.com/pwnwriter/rustycli) for changelog generation)
2. Push the changes: `git push`
3. Check if [Continuous Integration](https://github.com/pwnwriter/rustycli/actions) workflow is completed successfully.
4. Push the tags: `git push --tags`
5. Wait for [Continuous Deployment](https://github.com/pwnwriter/rustycli/actions) workflow to finish.

0 comments on commit 3591099

Please sign in to comment.