Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
72 views

I'm trying to include a private repository, that I own, in a package.json using the semver syntax like so: "dependencies": { "nwm-common-react": "git+https://gitlab.com/...
0 votes
0 answers
33 views

I'm working on a project that maintains two active release branches: 10.0.x → for on-prem deployments 10.1.x → for cloud deployments We have an automated system that merges changes from the on-prem ...
0 votes
0 answers
175 views

I'm using GitVersion with the default GitFlow workflow (workflow: GitFlow/v1), and I want to leverage both: Use annotated Git tags (e.g. v1.2.0) to create stable releases Use +semver: in commit ...
0 votes
0 answers
41 views

I (new to js) need to do a security fix regarding a transitive dependency in one of our projects. The lodash transitive dependency version in babel-core dependency is being highlighted as version that ...
-2 votes
1 answer
90 views

This is a follow-up question to an answer of a similar question asking whether package-lock.json is redundant if we only specify exact versions in package.json. The answer states that package-lock....
0 votes
1 answer
190 views

I am using release please to generate releases and it's making tags like v3.2.1 However, I am finding it tedious to have to manually update the versions with every bugfix. Is it possible to get ...
1 vote
1 answer
316 views

I have a monorepo with multiple components that I would like to version separately with unpinned major and minor versions. My directory is like packages/ package1/ package2/ and each package is ...
0 votes
1 answer
184 views

I want the flux to be able to read and triggers with versioning such as v2.2.9, v2.2.9a, v2.2.9b Currently it was working for v2.2.9, v2.3.0 but not when appending alphabet at the end. kind: ...
1 vote
1 answer
62 views

I have a tool written in Go that I publish on Github with periodic revisions. The toolchain version is 1.23 and when I am ready to release a new version, I tag it in Git as vX.Y.Z and push to Github, ...
1 vote
1 answer
155 views

I version my APIs (of various types: REST, Java, etc.) according to the rules of semantic versioning (for REST API specifying the version in the OAS in the version field of the Info Object; for Java ...
3 votes
2 answers
102 views

I would like to import some third party nuget package into my project. The latest package version is 2.3.4.5 Would it be safe if I import this packages as 2.3.* so that I benefit from patches to be ...
2 votes
1 answer
96 views

We have a modular project and dependency looks like this core level_1-app depends on core level_2-app depends on level_1-app level_3_1-app depends on level_2-app level_3_2-app depends on level_2-app ...
3 votes
1 answer
95 views

Consider an entry in the [dependencies] section of Cargo.toml file as follows: [dependencies] thingy = "=1.2" So, this is a comparison requirement, and it is an "equals" ...
acm's user avatar
  • 12.8k
1 vote
2 answers
178 views

[CONTEXT] I use renovate (azure-pipeline manager) to update my YML azure pipelines tasks. [NEED] If my pipeline calls my-task@1, I don't want a PR that sets [email protected], I want to keep this notation ...
0 votes
1 answer
86 views

I tried searching about this, but it's a tough topic to search, or there isn't anything. Sorry if I'm duplicating. When working with other developers, we tend to name our npm package versions ...

15 30 50 per page
1
2 3 4 5
...
46

AltStyle によって変換されたページ (->オリジナル) /