Juan Carlos Blanco Delgado
Juan Carlos Blanco Delgado
Any updates on this?
The change to be introduced to semantic release is minimum and could only apply to GitLab. Due to Gitlab taking a lot of time to fix. Can we introduce that...
@Bobby484 I think you could only pass value, but not configuration like: `npx semantic-release --branches master`.
@charlestbell any update?
@charlestbell feel free to merge if it still works, do not worry about the payment :)
There is a PR for it, but never merged https://github.com/rgommezz/react-native-offline/pull/343
Actually, this looks like a pretty cool option for user experience. Thinking how could I help on this one...
Yes, having the same issue as @kleinfreund unfortunately. @kleinfreund did you sort it out???
Yes, you need to set the workflow checkout job `fetch-depth: 0` ```yaml - uses: actions/checkout@v4 with: fetch-depth: 0 ```
I am having this issue using npm `v9.8.1` and it gets solved by running `npm cache clean --force`, I am also using `prefer-offline`