Skip to content

Commit

Permalink
chore: add Releasing note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
CamillaTeodoro committed Aug 30, 2023
1 parent 6ce1cd7 commit f170174
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- '8'
- "14"
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ formatters for good eggs

[![Build Status](http://img.shields.io/travis/goodeggs/goodeggs-formatters.svg?style=flat-square)](https://travis-ci.org/goodeggs/goodeggs-formatters)


## Usage

```
Expand All @@ -15,7 +14,6 @@ npm install goodeggs-formatters
goodeggsFormatters = require 'goodeggs-formatters'
```


## Contributing

```
Expand All @@ -25,3 +23,22 @@ $ npm test
```

_Module scaffold generated by [generator-goodeggs-npm](https://github.com/goodeggs/generator-goodeggs-npm)._

## Releasing

To release a new version of this module, use yarn to bump the version

in `package.json` and create a git tag, then push. This will automatically

get published to the NPM registry via CI.

```sh


yarn version --new-version=<major|minor|patch|premajor|preminor|prepatch>

git push --follow-tags



```

0 comments on commit f170174

Please sign in to comment.