dtolnay / dtolnay/rust-toolchain

Provide proper releases via tags

Open
#180 8 comments 37 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1.6k
Forks
95
Avg merge
2h 39m
Merged PRs (30d)
1

Description

Hi, I would appreciate it if you could make versioned releases via tags! Currently, I only see the `v1` tag - could you also create tags for the other releases?

This would allow us to better track which version of this action we are using because we pin this action to a full-length commit SHA.

Before:

```yaml
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
```

After:

```yaml
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # v1.2.0
```

Dependabot can auto-update the version comment.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.