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

Use semantic versioning for released versions of the crawler #540

Closed
elrayle opened this issue Jan 23, 2024 · 1 comment
Closed

Use semantic versioning for released versions of the crawler #540

elrayle opened this issue Jan 23, 2024 · 1 comment

Comments

@elrayle
Copy link
Collaborator

elrayle commented Jan 23, 2024

Description

The production crawler has been using incremental numbers for versions. This issue proposes switching to use Semantic Versioning. This approach to versioning makes it easier for downstream users to gauge the level of change from the version number.

As part of this work, releases will be documented using GitHub releases. This provides information about what changed and what actions are required to update to the new release.

Related Work

@elrayle
Copy link
Collaborator Author

elrayle commented May 29, 2024

The deploy process, at this time, continues to be through Azure Dev Ops for production crawler. Each deploy begins with a release that is created under semver. The creation of semver releases through GH completes this issue. Related work to deploy via GH action is pending completion of work for for #539.

The crawler is now released using semver.

See also related work:

@elrayle elrayle closed this as completed May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant