Skip to content

Commit

Permalink
Feat/link to self (#3)
Browse files Browse the repository at this point in the history
* Create publish.yaml

* update tests

* fix interval

* add footer
  • Loading branch information
anvlkv authored Jun 24, 2024
1 parent 399c199 commit 15892cc
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 15 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions ACKNOWLEDGEMENTS-BuildAndDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
4 changes: 4 additions & 0 deletions ACKNOWLEDGEMENTS-DepAndNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
4 changes: 4 additions & 0 deletions ACKNOWLEDGEMENTS-NameAndDeps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
4 changes: 4 additions & 0 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acknowledgements-rs"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["a.nvlkv <acknowledgements_rs@proton.me>"]
license = "CC-BY-4.0"
Expand Down
4 changes: 4 additions & 0 deletions src/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 15892cc

Please sign in to comment.