diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ace75bb..112149f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,26 +1,25 @@ - name: Publish on: push: - branches: [ "main" ] + branches: ["main"] env: CARGO_TERM_COLOR: always jobs: build: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose --release - - name: publish crates - # You may pin to the exact commit or the version. - # uses: katyo/publish-crates@c9f6fdb4620c98d491ffaa6e563cb87388bd6ece - uses: katyo/publish-crates@v2 - with: - registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} - dry-run: false + - uses: actions/checkout@v4 + - name: Build + run: cargo build --verbose --release + - name: + publish crates + # You may pin to the exact commit or the version. + # uses: katyo/publish-crates@c9f6fdb4620c98d491ffaa6e563cb87388bd6ece + uses: katyo/publish-crates@v2 + with: + registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} + dry-run: false diff --git a/ACKNOWLEDGEMENTS-BuildAndDev.md b/ACKNOWLEDGEMENTS-BuildAndDev.md index a697bf1..a05722f 100644 --- a/ACKNOWLEDGEMENTS-BuildAndDev.md +++ b/ACKNOWLEDGEMENTS-BuildAndDev.md @@ -753,3 +753,7 @@ I hereby express my sincere gratitude and appreciation for the code contribution - **[zonyitoo](https://github.com/zonyitoo)** for their 2 contributions And 1053 other cool humans for their contributions, who haven't made it to this list yet. + +--- + +This file was generated using [`acknowldge` CLI](https://crates.io/crates/acknowledgements-rs). Thank you for acknowledging the contributors! diff --git a/ACKNOWLEDGEMENTS-DepAndNames.md b/ACKNOWLEDGEMENTS-DepAndNames.md index 7c543e2..cbf7ffc 100644 --- a/ACKNOWLEDGEMENTS-DepAndNames.md +++ b/ACKNOWLEDGEMENTS-DepAndNames.md @@ -21,3 +21,7 @@ I hereby express my sincere gratitude and appreciation for the code contribution - Contributors of `unfmt`: **[jun-sheaf](https://github.com/jun-sheaf)**, **[thecaralice](https://github.com/thecaralice)** And 1034 other cool humans for their contributions, who haven't made it to this list yet. + +--- + +This file was generated using [`acknowldge` CLI](https://crates.io/crates/acknowledgements-rs). Thank you for acknowledging the contributors! diff --git a/ACKNOWLEDGEMENTS-NameAndDeps.md b/ACKNOWLEDGEMENTS-NameAndDeps.md index b327bca..630cad2 100644 --- a/ACKNOWLEDGEMENTS-NameAndDeps.md +++ b/ACKNOWLEDGEMENTS-NameAndDeps.md @@ -747,3 +747,7 @@ I hereby express my sincere gratitude and appreciation for the code contribution - **[zyctree](https://github.com/zyctree)** for their conributions to: `tokio` And 1034 other cool humans for their contributions, who haven't made it to this list yet. + +--- + +This file was generated using [`acknowldge` CLI](https://crates.io/crates/acknowledgements-rs). Thank you for acknowledging the contributors! diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 73453ea..f3e6b4c 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -747,3 +747,7 @@ I hereby express my sincere gratitude and appreciation for the code contribution - **[zonyitoo](https://github.com/zonyitoo)** for their 2 contributions And 1034 other cool humans for their contributions, who haven't made it to this list yet. + +--- + +This file was generated using [`acknowldge` CLI](https://crates.io/crates/acknowledgements-rs). Thank you for acknowledging the contributors! diff --git a/Cargo.lock b/Cargo.lock index 2ff835c..3c815f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acknowledgements-rs" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "cacache", diff --git a/Cargo.toml b/Cargo.toml index a3a6bab..44c1fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acknowledgements-rs" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["a.nvlkv "] license = "CC-BY-4.0" diff --git a/src/template.md b/src/template.md index 4490de8..92110ae 100644 --- a/src/template.md +++ b/src/template.md @@ -19,3 +19,7 @@ I hereby express my sincere gratitude and appreciation for the code contribution {{#if others}} And {{others}} other cool humans for their contributions, who haven't made it to this list yet. {{/if}} + +--- + +This file was generated using [`acknowldge` CLI](https://crates.io/crates/acknowledgements-rs). Thank you for acknowledging the contributors!