Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: auto update readme #206

Merged
merged 49 commits into from
Apr 8, 2024
Merged

ci: auto update readme #206

merged 49 commits into from
Apr 8, 2024

Conversation

JeffreyDallas
Copy link
Contributor

@JeffreyDallas JeffreyDallas commented Apr 4, 2024

Description

This pull request changes the following:

  • Auto update example output part of Readme
  • Creating a template file README.md.template from existing README.md, and adding some environment variables to replace previous example outputs sections
  • Saving command line outputs from solo/kind to environment variables.
  • Then using linux utility envsubst to replace these pre-defined environment variables in README.md.template
  • Only changing README.md if the number of changed lines greater than a certain threshold
  • Only trigger trigger the workflow if source code changes

Related Issues

Copy link

codacy-production bot commented Apr 4, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for dea5ea51
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dea5ea5) Report Missing Report Missing Report Missing
Head commit (8124708) 2597 1988 76.55%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#206) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.10%. Comparing base (fef8a48) to head (45ece8a).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   77.13%   77.10%   -0.03%     
==========================================
  Files          33       33              
  Lines        3415     3415              
  Branches      562      562              
==========================================
- Hits         2634     2633       -1     
- Misses        781      782       +1     

see 1 file with indirect coverage changes

Impacted file tree graph

Copy link
Contributor

github-actions bot commented Apr 4, 2024

Unit Test Results

  1 files  ±0   17 suites  ±0   1m 11s ⏱️ -14s
114 tests ±0  114 ✅ ±0  0 💤 ±0  0 ❌ ±0 
139 runs  ±0  139 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 45ece8a. ± Comparison against base commit fef8a48.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Apr 4, 2024

E2E Test Results

 1 files  ±0  10 suites  ±0   8m 0s ⏱️ - 2m 41s
74 tests ±0  74 ✅ ±0  0 💤 ±0  0 ❌ ±0 
76 runs  ±0  76 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 45ece8a. ± Comparison against base commit fef8a48.

♻️ This comment has been updated with latest results.

README.md Outdated Show resolved Hide resolved
jeromy-cannon
jeromy-cannon previously approved these changes Apr 4, 2024
@JeffreyDallas
Copy link
Contributor Author

I was able to remove lines contain these unwanted special character as well as escape color code,
but still the output no longer have indent to showing subtask status.
Example, the line started with Check dependency: helm

Before

✔ Setup home directory and cache
✔ Check dependencies
  ✔ Check dependency: helm [OS: darwin, Release: 23.3.0, Arch: arm64]
✔ Setup chart manager [0.9s]
✔ Copy configuration file templates

After

❯ Setup home directory and cache
✔ Setup home directory and cache
❯ Check dependencies
❯ Check dependency: helm [OS: darwin, Release: 23.3.0, Arch: arm64]
✔ Check dependency: helm [OS: darwin, Release: 23.3.0, Arch: arm64]
✔ Check dependencies
❯ Setup chart manager
✔ Setup chart manager
❯ Copy configuration file templates

jeromy-cannon
jeromy-cannon previously approved these changes Apr 4, 2024
@wiz-inc-8f76296f7c
Copy link

wiz-inc-8f76296f7c bot commented Apr 6, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 0H 4M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 4M 0L 0I
Secrets 0🔑

Copy link

codacy-production bot commented Apr 6, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.13% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dea5ea5) 2594 1986 76.56%
Head commit (ca76a99) 2597 (+3) 1985 (-1) 76.43% (-0.13%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#206) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

jeromy-cannon
jeromy-cannon previously approved these changes Apr 8, 2024
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
@JeffreyDallas JeffreyDallas merged commit 9811960 into main Apr 8, 2024
24 of 25 checks passed
@JeffreyDallas JeffreyDallas deleted the 00121-D-ci-generate-readme branch April 8, 2024 18:23
jeromy-cannon added a commit that referenced this pull request Apr 8, 2024
commit 648a59b
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 20:05:18 2024 +0100

    fix typo

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 3fa3ffd
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 20:04:26 2024 +0100

    update timeout on test case

    Signed-off-by: Jeromy Cannon <[email protected]>

commit b36be30
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:42:27 2024 +0100

    fixed rebase issue

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 17fb068
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:35:57 2024 +0100

    fixed rebase issue

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 8a52faf
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:22:32 2024 +0100

    Squashed commit of the following:

    commit e1cec23
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 8 19:07:08 2024 +0100

        update version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 0f2c6a8
    Author: Jeromy Cannon <[email protected]>
    Date:   Sat Apr 6 07:42:30 2024 +0100

        fixed bugs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit edadcb2
    Merge: b45a8a3 dea5ea5
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Apr 5 16:52:19 2024 +0100

        Merge branch 'main' into 00096-node-refresh

    commit b45a8a3
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Apr 5 16:49:51 2024 +0100

        updates for addressing errors

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit dea5ea5
    Author: Hedera Eng Automation <[email protected]>
    Date:   Fri Apr 5 15:43:04 2024 +0000

        chore(release): 0.23.0 [skip ci]

        ## [0.23.0](v0.22.1...v0.23.0) (2024-04-05)

        ### Features

        * fix javascript documentation ([#193](#193)) ([f2476be](f2476be))
        * remove helm & java install from ci pipeline ([#197](#197)) ([43bda68](43bda68))

        ### Bug Fixes

        * solo relays command is not working ([#187](#187)) ([9ee6b46](9ee6b46))

    commit fbcf7ca
    Author: JeffreyDallas <[email protected]>
    Date:   Thu Apr 4 15:32:20 2024 -0500

        ci: new github action workflow to generate static web pages using hugo (#200)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 9129890
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 18:59:07 2024 +0100

        fix codacy complaint

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f801a0c
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 18:44:21 2024 +0100

        add patched hedera version and fix code security issue

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 7d96536
    Merge: 374e82e 2a66fe9
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:54:11 2024 +0100

        Merge branch 'main' into 00096-node-refresh

    commit 374e82e
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:53:38 2024 +0100

        fix codestyle check

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit a17ec56
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:14:08 2024 +0100

        update proxy times

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 75558c0
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 15:42:23 2024 +0100

        pretty

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit c6cc393
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 15:39:20 2024 +0100

        todos

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit b03268e
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 14:26:33 2024 +0100

        made test cases DRY

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 9e30d0d
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 19:06:19 2024 +0100

        prep for PR review

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 338423b
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 19:03:39 2024 +0100

        cleanup TODOs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit a92305e
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 18:56:27 2024 +0100

        remove dead code

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 969ecf3
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 18:03:59 2024 +0100

        remove TODOs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f67edba
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 16:30:26 2024 +0100

        use FST 0.24.1

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 2cfabe0
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 15:52:19 2024 +0100

        remove unintentionally added files

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 3da67a3
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 15:43:20 2024 +0100

        working version with dump saved state

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 1dc4473
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:06:45 2024 +0100

        working version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 713f3f0
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:06:28 2024 +0100

        working version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 457478f
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:05:39 2024 +0100

        todo and removed fst chart version override

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit c051ee9
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:04:20 2024 +0100

        removed white noise in swirlds.log

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 2a66fe9
    Author: JeffreyDallas <[email protected]>
    Date:   Tue Apr 2 19:41:49 2024 -0500

        test: add relay end to end test (#198)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 43bda68
    Author: JeffreyDallas <[email protected]>
    Date:   Tue Apr 2 11:46:47 2024 -0500

        feat: remove helm & java install from ci pipeline (#197)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 8049e9c
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 1 18:42:38 2024 +0100

        TODO for updating test-setup fst chart version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 95c9c88
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 1 17:43:55 2024 +0100

        had to change network-nodeX services name

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 16e2ded
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Mar 28 00:12:34 2024 +0000

        pushing current code

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 0690cff
    Author: Jeromy Cannon <[email protected]>
    Date:   Tue Mar 26 21:16:23 2024 +0000

        draft of node refresh

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit d5d53c5
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Mar 22 15:18:41 2024 +0000

        in-progress

        Signed-off-by: Jeromy Cannon <[email protected]>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 9811960
Author: JeffreyDallas <[email protected]>
Date:   Mon Apr 8 13:23:58 2024 -0500

    ci: auto update readme (#206)

    Signed-off-by: Jeffrey Tang <[email protected]>

Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon added a commit that referenced this pull request Apr 8, 2024
commit 648a59b
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 20:05:18 2024 +0100

    fix typo

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 3fa3ffd
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 20:04:26 2024 +0100

    update timeout on test case

    Signed-off-by: Jeromy Cannon <[email protected]>

commit b36be30
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:42:27 2024 +0100

    fixed rebase issue

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 17fb068
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:35:57 2024 +0100

    fixed rebase issue

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 8a52faf
Author: Jeromy Cannon <[email protected]>
Date:   Mon Apr 8 19:22:32 2024 +0100

    Squashed commit of the following:

    commit e1cec23
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 8 19:07:08 2024 +0100

        update version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 0f2c6a8
    Author: Jeromy Cannon <[email protected]>
    Date:   Sat Apr 6 07:42:30 2024 +0100

        fixed bugs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit edadcb2
    Merge: b45a8a3 dea5ea5
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Apr 5 16:52:19 2024 +0100

        Merge branch 'main' into 00096-node-refresh

    commit b45a8a3
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Apr 5 16:49:51 2024 +0100

        updates for addressing errors

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit dea5ea5
    Author: Hedera Eng Automation <[email protected]>
    Date:   Fri Apr 5 15:43:04 2024 +0000

        chore(release): 0.23.0 [skip ci]

        ## [0.23.0](v0.22.1...v0.23.0) (2024-04-05)

        ### Features

        * fix javascript documentation ([#193](#193)) ([f2476be](f2476be))
        * remove helm & java install from ci pipeline ([#197](#197)) ([43bda68](43bda68))

        ### Bug Fixes

        * solo relays command is not working ([#187](#187)) ([9ee6b46](9ee6b46))

    commit fbcf7ca
    Author: JeffreyDallas <[email protected]>
    Date:   Thu Apr 4 15:32:20 2024 -0500

        ci: new github action workflow to generate static web pages using hugo (#200)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 9129890
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 18:59:07 2024 +0100

        fix codacy complaint

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f801a0c
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 18:44:21 2024 +0100

        add patched hedera version and fix code security issue

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 7d96536
    Merge: 374e82e 2a66fe9
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:54:11 2024 +0100

        Merge branch 'main' into 00096-node-refresh

    commit 374e82e
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:53:38 2024 +0100

        fix codestyle check

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit a17ec56
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 16:14:08 2024 +0100

        update proxy times

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 75558c0
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 15:42:23 2024 +0100

        pretty

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit c6cc393
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 15:39:20 2024 +0100

        todos

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit b03268e
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Apr 4 14:26:33 2024 +0100

        made test cases DRY

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 9e30d0d
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 19:06:19 2024 +0100

        prep for PR review

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 338423b
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 19:03:39 2024 +0100

        cleanup TODOs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit a92305e
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 18:56:27 2024 +0100

        remove dead code

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 969ecf3
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 18:03:59 2024 +0100

        remove TODOs

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit f67edba
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 16:30:26 2024 +0100

        use FST 0.24.1

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 2cfabe0
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 15:52:19 2024 +0100

        remove unintentionally added files

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 3da67a3
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 15:43:20 2024 +0100

        working version with dump saved state

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 1dc4473
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:06:45 2024 +0100

        working version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 713f3f0
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:06:28 2024 +0100

        working version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 457478f
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:05:39 2024 +0100

        todo and removed fst chart version override

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit c051ee9
    Author: Jeromy Cannon <[email protected]>
    Date:   Wed Apr 3 13:04:20 2024 +0100

        removed white noise in swirlds.log

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 2a66fe9
    Author: JeffreyDallas <[email protected]>
    Date:   Tue Apr 2 19:41:49 2024 -0500

        test: add relay end to end test (#198)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 43bda68
    Author: JeffreyDallas <[email protected]>
    Date:   Tue Apr 2 11:46:47 2024 -0500

        feat: remove helm & java install from ci pipeline (#197)

        Signed-off-by: Jeffrey Tang <[email protected]>

    commit 8049e9c
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 1 18:42:38 2024 +0100

        TODO for updating test-setup fst chart version

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 95c9c88
    Author: Jeromy Cannon <[email protected]>
    Date:   Mon Apr 1 17:43:55 2024 +0100

        had to change network-nodeX services name

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 16e2ded
    Author: Jeromy Cannon <[email protected]>
    Date:   Thu Mar 28 00:12:34 2024 +0000

        pushing current code

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit 0690cff
    Author: Jeromy Cannon <[email protected]>
    Date:   Tue Mar 26 21:16:23 2024 +0000

        draft of node refresh

        Signed-off-by: Jeromy Cannon <[email protected]>

    commit d5d53c5
    Author: Jeromy Cannon <[email protected]>
    Date:   Fri Mar 22 15:18:41 2024 +0000

        in-progress

        Signed-off-by: Jeromy Cannon <[email protected]>

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 9811960
Author: JeffreyDallas <[email protected]>
Date:   Mon Apr 8 13:23:58 2024 -0500

    ci: auto update readme (#206)

    Signed-off-by: Jeffrey Tang <[email protected]>

Signed-off-by: Jeromy Cannon <[email protected]>
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate CLI command examples using CI pipeline
3 participants