Skip to content

Commit

Permalink
wip: commit pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Feb 16, 2022
1 parent 792ea82 commit 93a925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).\n\nFrom v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.",
},
],
["@semantic-release/git", { assets: ["CHANGELOG.md"] }],
["@semantic-release/git", { assets: ["CHANGELOG.md", "pyproject.toml"] }],
"@semantic-release/github",
],
};

0 comments on commit 93a925a

Please sign in to comment.