Skip to content

Commit

Permalink
chore: set version to 0.0.0-development and remove @semantic-release/git
Browse files Browse the repository at this point in the history
The version in package.json is now set to "0.0.0-semantically-released" to clarify that the version is managed by semantic-release and not kept up to date manually. Removed the @semantic-release/git plugin from the .releaserc configuration since committing the version update to the repository is no longer necessary
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 47801de commit 0e5581a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [ "package.json" ],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
"@semantic-release/github"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre-attack/attack-data-model",
"version": "0.1.0",
"version": "0.0.0-semantically-released",
"description": "A TypeScript API for the MITRE ATT&CK data model",
"license": "APACHE-2.0",
"private": false,
Expand Down

0 comments on commit 0e5581a

Please sign in to comment.