Skip to content

Commit

Permalink
chore(release): mark 0.2.0 - noissue (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchernev authored Aug 8, 2018
1 parent db734f3 commit c8318e4
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Please fill in the description following the template.

2. Pull the latest `master` and branch out to a release branch `chore/release-x`

3. Create a change log entry for the release by running `npm run changelog`. The command will find all the labeled pull requests merged since the last release and create a change log entry with all the changes and links to PRs and their authors. Copy and paste it to the top of `CHANGELOG.md`.
3. **Run `npm run publish` (NOT `npm publish`)**

4. **Run `npm run publish` (NOT `npm publish`)**
4. The CLI will ask for a confirmation about the new package versions. Please verify them carefully before accepting.

5. The CLI will ask for a confirmation about the new package versions. Please verify them carefully before accepting.
5. Once you have accepted, the script will increment lerna (project) version and the version of the packages changed.

6. Once you have accepted, the script will increment lerna (project) version and the version of the packages changed.
6. Create a change log entry for the release by running `npm run changelog`. The command will find all the labeled pull requests merged since the last release and create a change log entry with all the changes and links to PRs and their authors. Copy and paste it to the top of `CHANGELOG.md`.

7. Commit changes in the release branch and open a pull request. When it's merged, create a new release on GitHub.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 0.2.0 (2018-08-08)

#### :rocket: New Feature

- [#153](https://github.com/ec-europa/eubfr-data-lake/pull/153) feat(etl): add data from DG HOME - EUBFR-201 ([@kalinchernev](https://github.com/kalinchernev))
- [#145](https://github.com/ec-europa/eubfr-data-lake/pull/145) feat(etl): add cordis and H2020 - EUBFR-200 ([@raduchiriac](https://github.com/raduchiriac))

#### :boom: Breaking Change

- [#152](https://github.com/ec-europa/eubfr-data-lake/pull/152) feat(etl): add field for marking public information - EUBFR-154 ([@kalinchernev](https://github.com/kalinchernev))

#### :bug: Bug Fix

- [#155](https://github.com/ec-europa/eubfr-data-lake/pull/155) fix(etl): corrections in DG HOME - EUBFR-201 ([@kalinchernev](https://github.com/kalinchernev))

#### Committers: 2

- Kalin Chernev ([@kalinchernev](https://github.com/kalinchernev))
- Radu Chiriac ([@raduchiriac](https://github.com/raduchiriac))

## 0.1.1 (2018-07-31)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.1.1",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion resources/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/resources-elasticsearch",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v"
},
Expand Down
4 changes: 2 additions & 2 deletions services/enrichment/fields/budget/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "@eubfr/enrichment-fields-budget",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/agri/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-agri-csv",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -13,7 +13,7 @@
"stream-transform": "1.0.2"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/budg/xls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-budg-xls",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -12,7 +12,7 @@
"xlsx": "0.12.13"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/cordis/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-cordis-csv",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -13,7 +13,7 @@
"stream-transform": "1.0.2"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/home/xls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-home-xls",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -12,7 +12,7 @@
"xlsx": "0.12.13"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/iati/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-iati-csv",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -13,7 +13,7 @@
"stream-transform": "1.0.2"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/inforegio/json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-inforegio-json",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -11,7 +11,7 @@
"@eubfr/logger-messenger": "^0.1.0"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/inforegio/xml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-inforegio-xml",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -12,7 +12,7 @@
"xml2js": "0.4.19"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/just/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-just-csv",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -13,7 +13,7 @@
"stream-transform": "1.0.2"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/valor/xls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-valor-xls",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -12,7 +12,7 @@
"xlsx": "0.12.13"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions services/ingestion/etl/wifi4eu/xls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/ingestion-etl-wifi4eu-xls",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"deploy": "sls deploy -v",
"test:unit": "jest --testPathPattern=unit"
Expand All @@ -12,7 +12,7 @@
"xlsx": "0.12.13"
},
"devDependencies": {
"@eubfr/types": "^0.1.0",
"@eubfr/types": "^0.2.0",
"aws-sdk": "2.248.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eubfr/types",
"version": "0.1.0",
"version": "0.2.0",
"main": "Project.js",
"dependencies": {
"flow-geojson": "2.0.6"
Expand Down

0 comments on commit c8318e4

Please sign in to comment.