Skip to content

Commit 0eb8a56

Browse files
chore(main): release autopathcomment 0.0.7 (#20)
* ci(workflows): reduce Actions noise and flakiness - commitlint: skip Dependabot/Renovate PRs via actor+branch guards\n- ci: skip vsce packaging and vsix upload on PR events\n- release: guard publish job to tag refs only to avoid stray push runs\n- dependabot-auto-merge: enable auto-merge only if PR state is open * chore(main): release autopathcomment 0.0.7 * chore(ci): ignore and remove .serena from release-please branch * ci: retrigger checks after commitlint removal * chore(lockfile): refresh package-lock.json Run npm with --package-lock-only and normalize EOLs --------- Co-authored-by: kain <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84524be commit 0eb8a56

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.6"
2+
".": "0.0.7"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the "autopathcomment" extension will be documented in thi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.7](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.6...autopathcomment-v0.0.7) (2025-10-22)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps-dev:** bump the all-minor-patch group across 1 directory with 7 updates ([#18](https://github.com/icoretech/autopathcomment/issues/18)) ([0b92b02](https://github.com/icoretech/autopathcomment/commit/0b92b02a4020e874e4bd6b70cc6229e5492f87e7))
13+
* **deps-dev:** bump the all-minor-patch group with 2 updates ([#11](https://github.com/icoretech/autopathcomment/issues/11)) ([ddc4f81](https://github.com/icoretech/autopathcomment/commit/ddc4f81b775b77d7ff364c0b788404af996c850c))
14+
* **deps-dev:** bump the all-minor-patch group with 2 updates ([#12](https://github.com/icoretech/autopathcomment/issues/12)) ([37bcac6](https://github.com/icoretech/autopathcomment/commit/37bcac63350eed43baebe4973cd885c80263d36a))
15+
716
## [0.0.6](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.5...autopathcomment-v0.0.6) (2025-10-04)
817

918

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autopathcomment",
33
"displayName": "AutoPathComment",
44
"description": "Adds a comment with the file's relative path at the top of the file upon saving",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"publisher": "icoretech",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)