-
Semantic versioning is as follows
> MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when …
-
In [this](https://github.com/npm/npm/issues/6979) node ticket they explain that our update script is wrong. We should not use `npm update` but this instead:
```
for package in $(npm -g outdated --par…
-
Hi all,
Great project!
I'd like to propose a versioning system so we can easily track changes and so users can pin this package and have it working with everything else they use (as long as other …
-
Hi all.
First of all, thank you for the amazing GitHub action.
I was wondering if it would be possible to add calendar date as a name-template/tag-template variable.
Something like `$YEAR`, $WEEK_…
-
I wonder if it could be convenient to standardize the commit message format. I saw some python projects using the [Angular commit message format ](https://github.com/angular/angular.js/blob/master/DEV…
-
I love semantic versioning and have advocated for it (or something like it) for decades. But one case where I'm never sure how to apply it, is when altering/updating underlying dependencies.
As a…
-
Hi, I am using this package daily and seems like a lot of another people as well.
Would you like to setup semantic versioning? I can set it up and send a PR if you're interested. I normally use [re…
-
It would be great if this action can support multiple tags. The use case is mainly for release management of actions and reusable workflows, where we would be creating a new tag as usual (`v1.3.0`), a…
-
Hello together,
This issue is to hold a discussion about which frameworks to use.
The scope of this issue is to decide on features all projects (currently backend and mobile app) should have.
…
-
**Is your feature request related to a problem? Please describe.**
We use [semantic versioning](https://semver.org/). This means that when you release minor or patch version you are not introducing a…