mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #211] [MERGED] Use Github Action to automatically publish crate to crate.io #316
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/211
Author: @ramsayleung
Created: 5/9/2021
Status: ✅ Merged
Merged: 9/7/2021
Merged by: @marioortizmanero
Base:
master← Head:ramsay_use_ci_to_publish_crate📝 Commits (10+)
f887e93Use Github Action to automatically publish crate to crate.iof3c4160Merge branch 'master' into ramsay_use_ci_to_publish_crate1b9aadfAdd bash script to publish cratese5d3eb2Add new lines8fa008dfix path errorc40781amake publish.sh executable84a0a8aRemove unnecessary line46f242bremove git config6aa9b92remove git confige4a9c77Merge branch 'ramsay_use_ci_to_publish_crate' of github.com:ramsayleung/rspotify into ramsay_use_ci_to_publish_crate📊 Changes
2 files changed (+46 additions, -0 deletions)
View changed files
➕
.github/workflows/publish.yaml(+29 -0)➕
tools/publish.sh(+17 -0)📄 Description
Description
Adding a continuous deployment flow with Github Action that automatically publish everything to
crates.ioonce a tag is publishedMotivation and Context
Fixed #210
Dependencies
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
After this PR merged, creating a new tag named
0.10and check if the Continuous Deployment flow works. Is there a better way to test?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.