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

Prepare for next release development #243

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Prepare for next release development #243

wants to merge 2 commits into from

Conversation

wwelling
Copy link
Contributor

@wwelling wwelling commented Apr 8, 2024

No description provided.

@coveralls
Copy link

Coverage Status

coverage: 40.103%. remained the same
when pulling edb9ac3 on 1.5.3
into 0af49fd on main.

@@ -1,7 +1,7 @@
{
"name": "library-webservices-status",
"private": true,
"version": "1.5.2-rc2",
"version": "1.5.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if we have a policy/practice on this.
Do we want to have next releases be something more like 1.5.3-SNAPSHOT?
Then when a release is cut (or a release candidate) then that -SNAPSHOT is changed or removed.

Copy link
Contributor Author

@wwelling wwelling Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.npmjs.com/about-semantic-versioning
https://semver.org/

I think we want to at least follow the semantic versioning referenced by npmjs docs. The SNAPSHOT semantics I find more commonly used with Maven artifacts.

As we are not producing any published libraries with our AngularJs apps, I am not sure we should even bother with rc or beta as they are not published for use as a dependency. I'd rather simplify for apps to just increment to the next anticipated version without rc, beta, or snapshot.

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

Successfully merging this pull request may close these issues.

None yet

6 participants