Skip to content

Make build names (snapshot) match filename identifier (dev) #671

@mcarans

Description

@mcarans

I find the relationship between builds and identifiers in filenames somewhat baffling.

Currently we have:

  1. "release" which is in fact a test package with "test" in the filename
  2. "release-deployment" which is the actual release and doesn't add anything to the filename
  3. "release-snapshot" which is a development package with "dev" in the filename.

What I suggest is:

  1. "release" which is the actual release and doesn't add anything to the filename
  2. "release-test" which adds "test" to the filename
  3. "release-dev" which adds "dev" to the filename.

This would involve updating names and variables etc. that have deployment or snapshot in them to be consistent throughout the project.

What are your thoughts @oocube @phkb @kanthoney ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions