Skip to content

Commit

Permalink
fix: release metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Aug 25, 2022
1 parent df6a9b1 commit 8dd82cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Expand Up @@ -17,7 +17,7 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "Cargo.toml"],
"assets": ["CHANGELOG.md", "package.json", "Cargo.toml", "Cargo.lock"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down
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.

6 changes: 5 additions & 1 deletion Cargo.toml
@@ -1,8 +1,12 @@
[package]
build = "build.rs"
description = "An experimental transpiler to bring tailwind macros to SWC rocket"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stailwc"
version ="0.5.0"
readme = "readme.md"
repository = "https://github.com/arlyon/stailwc"
version = "0.5.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.5.0",
"description": "An experimental transpiler to bring tailwind macros to SWC rocket",
"author": "arlyon@me.com",
"license": "ISC",
"license": "MIT",
"keywords": [
"swc-plugin",
"swc",
Expand Down

0 comments on commit 8dd82cb

Please sign in to comment.