After a PR modifies a feature, we have to manually bump the version field in devcontainer.json otherwise the feature package won't be built. It would be nice if there was a to automatically determine which features a PR modifies and ensure that the version field is semver greater-than the previous version was.
After a PR modifies a feature, we have to manually bump the version field in
devcontainer.jsonotherwise the feature package won't be built. It would be nice if there was a to automatically determine which features a PR modifies and ensure that the version field is semver greater-than the previous version was.