
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
ember-deploy-tagging-git
Advanced tools
Uses git-repo-info to tag Ember deploy releases with readable information, like 1.0.5+165832f5
.
The tag is version+sha
, where version is either the git tag (if checked out) or the package.json version, and sha is the first 8 characters of the git commit hash.
Example usage:
git tag 2.1.3
git checkout 2.1.3
ember deploy
This will deploy an app with the index tag set to something like 2.1.3+ddaa74d
.
Install with ember install ember-deploy-tagging-git
Edit your config/deploy.js
to configure the adapter:
// ...
module.exports = {
production: {
store: { type: 'redis' },
asserts: { type: 's3' },
tagging: 'git-tag'
}
};
npm install
npm test
FAQs
Use git-repo-version to tag your ember-deploy versions
The npm package ember-deploy-tagging-git receives a total of 1 weekly downloads. As such, ember-deploy-tagging-git popularity was classified as not popular.
We found that ember-deploy-tagging-git 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.