Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
93a8ca9
fix: continue with commit when commitAll is true
wesleytodd Oct 2, 2020
d0673e7
fix: print version number that updater.writeVersion returns
brettdh Oct 11, 2020
dc34a9c
fix: Combining both release-as and prerelease now doesn't break package
kf6kjg Jun 1, 2021
e284dde
feat(tag): add an option to force tag replacement
pluce Nov 3, 2021
9370427
feat: expose parser and writer options
s-h-a-d-o-w Mar 21, 2022
7983f6e
fix: fallback to git tag if no version in package file
Djaler Mar 28, 2022
48b9edf
Use relative path in git ignore
vallsv May 7, 2022
8ab2b50
chore: Rename package to commit-and-tag-version
TimothyJones May 25, 2022
ad30e33
chore: Remove package-lock from .gitignore to make npm ci happy
TimothyJones May 25, 2022
3389354
build: Use npm registry in release workflow
TimothyJones May 25, 2022
3ad4d21
build: Correct package name in release script
TimothyJones May 25, 2022
b4741f5
docs: Update readme to remove version requirements in the docs (since…
TimothyJones May 25, 2022
1974279
chore(deps): update codecov/codecov-action action to v3
renovate-bot May 15, 2022
c28bf1f
chore(deps): update actions/checkout action to v3
renovate-bot May 25, 2022
ae9e86c
chore(deps): update actions/setup-node action to v3
renovate-bot May 25, 2022
df5a94a
Merge pull request #5 from posos-tech/master
TimothyJones May 25, 2022
d1c823f
Merge pull request #3 from absolute-version/renovate/actions-checkout…
TimothyJones May 25, 2022
5129609
Merge pull request #4 from absolute-version/renovate/actions-setup-no…
TimothyJones May 25, 2022
d2491bc
fix: Use relative path in git ignore
TimothyJones May 25, 2022
5ecfa2e
Merge pull request #8 from kf6kjg/fix_542
TimothyJones May 25, 2022
08a0121
Merge pull request #10 from wesleytodd/commit-all
TimothyJones May 25, 2022
f2e83bf
Merge pull request #11 from brettdh/fix-dry-run-version
TimothyJones May 25, 2022
57e7091
Merge pull request #2 from Djaler/fix-fallback-to-git-tag-version
TimothyJones May 25, 2022
fe5b919
chore(master): release 9.6.0
github-actions[bot] May 25, 2022
14e4917
Merge pull request #9 from absolute-version/release-please--branches-…
TimothyJones May 25, 2022
3acdd27
!build: Drop support for node 10 and 12, support node 16 and 18
TimothyJones May 25, 2022
2037aa4
chore(deps): update dependency mocha to v10
renovate-bot May 25, 2022
0f75115
build!: Drop support for node 10 and 12, support node 16 and 18
TimothyJones May 25, 2022
a704eca
docs: Clarify rename reasoning
TimothyJones May 25, 2022
9c5d33d
Merge pull request #13 from absolute-version/renovate/mocha-10.x
TimothyJones May 25, 2022
c83e36f
chore(deps): update dependency mock-fs to v5
renovate-bot May 25, 2022
869a208
docs: Correct title of readme
TimothyJones May 25, 2022
6a13af2
Merge pull request #15 from absolute-version/renovate/mock-fs-5.x
TimothyJones May 25, 2022
9fa0c1b
chore(deps): Update eslint packages to latest versions
TimothyJones May 25, 2022
f50bd16
chore: Update deps for eslint
TimothyJones May 25, 2022
d190c51
fix(deps): update dependency yargs to v17
renovate-bot May 25, 2022
c962747
Merge pull request #20 from absolute-version/renovate/yargs-17.x
TimothyJones May 25, 2022
c38d480
chore(master): release 10.0.0
github-actions[bot] May 25, 2022
1537b67
Merge pull request #14 from absolute-version/release-please--branches…
TimothyJones May 25, 2022
5eb8886
fix: No longer warn inappropriately when a custom updater is provided…
TimothyJones May 28, 2022
d3f581c
chore(master): release 10.0.1
github-actions[bot] May 28, 2022
7b7ed56
Merge pull request #24 from absolute-version/release-please--branches…
TimothyJones May 28, 2022
2442808
docs: tweak them a bit
s-h-a-d-o-w Aug 10, 2022
4bed054
Merge branch 'master' into feat/expose-parser-writer-opts
s-h-a-d-o-w Aug 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 91 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"git-semver-tags": "^4.0.0",
"semver": "^7.1.1",
"stringify-package": "^1.0.1",
"yargs": "^16.0.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down