Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deterministic filenames #1844

Closed
escapewindow opened this issue Feb 24, 2020 · 1 comment
Closed

deterministic filenames #1844

escapewindow opened this issue Feb 24, 2020 · 1 comment

Comments

@escapewindow
Copy link
Contributor

Feature request: deterministic filenames

What is the current behavior?

We create a web-ext-artifacts/LOWERCASE_PACKAGE-VERSION.zip

What is the expected or desired behavior?

We are allowed to specify a name, e.g. with --output <filename>. This doesn't have to be the default behavior, but it avoids having to wrap the web-ext build with another command that renames it.

We're automating how we sign and ship XPIs. Having a deterministic name, without having to download n package.json files to determine what the version is, allows us to simplify our automation. Currently we have a hardcoded version here that we have to bump every time the version bumps in package.json.

@Rob--W
Copy link
Member

Rob--W commented Feb 25, 2020

This has been requested before at #1335.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants