Skip to content

Commit

Permalink
chore(version): Add link to unreleased features in CHANGELOG (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Mar 22, 2023
1 parent 6301108 commit dbcbd12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
module.exports = {
header: `# Changelog
All notable changes to this project will be documented in this file.
See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
### [Unreleased](https://github.com/anishkny/playwright-test-coverage/commits/main) (if any)
`,
scripts: {
// Update version number in test/package-lock.json
postbump: "npm run pack && git add test/package-lock.json",
Expand Down

0 comments on commit dbcbd12

Please sign in to comment.