Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ember-cli-deploy-git-tag
Advanced tools
An ember-cli-deploy plugin to tag deploys in git
This plugin tags each deploy in git.
A plugin is an addon that can be executed as a part of the ember-cli-deploy pipeline. A plugin will implement one or more of the ember-cli-deploy's pipeline hooks.
For more information on what plugins are and how they work, please refer to the Plugin Documentation.
To get up and running quickly, do the following:
Ensure ember-cli-deploy-build is installed and configured.
Install this plugin
$ ember install ember-cli-deploy-git-tag
$ ember deploy
Run the following command in your terminal:
ember install ember-cli-deploy-git-tag
For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.
didDeploy
For detailed information on how configuration of plugins works, please refer to the Plugin Documentation.
A function to generate the tag
By default this will contain the environment and revision key prefixed with "deploy-", eg deploy-development-123abc
The following properties are expected to be present on the deployment context
object:
revisionData.revisionKey
(provided by ember-cli-deploy-revision-data)commandLineArgs.revisionKey
(provided by ember-cli-deploy)npm test
FAQs
Tag Ember releases in git
The npm package ember-cli-deploy-git-tag receives a total of 0 weekly downloads. As such, ember-cli-deploy-git-tag popularity was classified as not popular.
We found that ember-cli-deploy-git-tag demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.