Skip to content

Commit

Permalink
Merge pull request #92 from rudderlabs/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
sayan-rudder authored Mar 16, 2020
2 parents 575d5db + 9242698 commit fbc3e34
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.4
v0.1.5-rc.0
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.5-rc.0] - 2020-03-16

### Added

- Bug Fixes

## [0.1.4] - 2020-02-28

### Added

- Bug Fixes
- Bug Fixes

## [0.1.3] - 2020-02-11

### Added

- Branch Fixes
- Branch Fixes

## [0.1.2] - 2020-02-07

### Added

- Branch integration
- Branch integration
- Kochava integration
- Keen integration
- Salesforce integration
Expand Down
6 changes: 3 additions & 3 deletions ghrelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const fs = require("fs");

// all options have defaults and can be omitted
const options = {
tag_name: "v0.1.4",
name: "v0.1.4",
tag_name: "v0.1.5-rc.0",
name: "v0.1.5-rc.0",
draft: false,
prerelease: false,
prerelease: true,
repo: "rudder-transformer",
owner: "RudderLabs",
endpoint: "https://api.github.com" // for GitHub enterprise, use http(s)://hostname/api/v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-transformer",
"version": "0.1.4",
"version": "0.1.5-rc.0",
"description": "",
"main": "GATransform.js",
"scripts": {
Expand Down

0 comments on commit fbc3e34

Please sign in to comment.