Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/#1-init-project' into #1-init-pr…
Browse files Browse the repository at this point in the history
…oject
  • Loading branch information
kamilpiech97 committed Apr 26, 2024
2 parents a7ac405 + 9f4a6ff commit cf3a587
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[![Packagist Downloads](https://img.shields.io/packagist/dt/blumilksoftware/version?style=for-the-badge)](https://packagist.org/packages/blumilksoftware/version/stats)

## blumilksoftware/version
A versioning based on git for all Blumilk projects. If git is not available, it falls back to timestamp.
A versioning based on git for all Blumilk projects. If Git is not available, it falls back to the timestamp.

### Usage
Add package to our project:
Add package to the project:
```shell
composer require blumilksoftware/version
```
Expand Down Expand Up @@ -46,7 +46,7 @@ $shortVersion = VersionHelper::generateShortVersion();
$longVersion = VersionHelper::generateLongVersion();
```
### Contributing
In cloned or forked repository, run:
In a cloned or forked repository, run:
```shell
composer install
```
Expand Down Expand Up @@ -77,6 +77,6 @@ make stop

Please maintain our project guidelines:
* keep issues well described, labeled and in English,
* add issue number to all your commits,
* add issue number to your branch name,
* squash your commits into one commit with standardized name.
* add the issue number to all your commits,
* add the issue number to your branch name,
* squash your commits into one commit with a standardized name.

0 comments on commit cf3a587

Please sign in to comment.