
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
azp-task-bump
Advanced tools
Command line utility that increases the patch number of Azure Pipelines task manifests
A command line utility for increasing by one the patch number in manifest files of Azure DevOps (formerly known as Visual Studio Team System/VSTS and Team Foundation Server/TFS) custom tasks.
Run the following from the command line:
npm i -g azp-task-bump
Run the following from the command line:
azp-task-bump c:\path-to-manifest\task.json
The one and only argument is optional. If omitted, the utility will look for task.json in the current working directory. If provided, it should be either a path to a task.json file (absolute or relative), or a path to a directory where task.json can be found. Wildcard paths are not supported.
On machines with case sensitive file systems, the file name task.json
is expected to be in lowercase. The encoding
of the manifest is expected to be UTF-8.
Once the utility locates the task manifest, it increases the value of the patch
under the version
object.
Like the manifest compiler in the tfx
utility, it treats the manifest JSON as case insensitive - the
casing of version
and patch
can be anything. The patch
is expected to be either a number, or a string with a decimal number in it. The datatype of patch
is preserved.
The rest of the manifest file is not touched.
There are also NPM packages azp-bump
and gulp-azp-bump
that do the same. The former insists
on reformatting the JSON top to bottom, the latter requires gulp
.
FAQs
Command line utility that increases the patch number of Azure Pipelines task manifests
We found that azp-task-bump demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.