Skip to content

Commit 7d00222

Browse files
authored
Merge pull request #66 from humpbackdev/feature/implemention-of-semantic-version
Semantic versioning implementation
2 parents 0c8f059 + 3e3693f commit 7d00222

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Drupal is a registered trademark of Dries Buytaert.
4141

4242
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.
4343

44+
## Versioning
45+
46+
This project makes use of the "Semantic versioning" standard to name each release, if you want more information about it take a look at the [official documentation of the standard](https://semver.org/)
47+
4448
## License
4549

4650
GPL-3.0 © Estudio Manatí S.A.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-humpback",
3-
"version": "0.0.24",
3+
"version": "1.0.0",
44
"description": "Generate a Drupal project using humpback",
55
"homepage": "https://humpbackdev.com",
66
"author": {

0 commit comments

Comments
 (0)