question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Backport Node 6 support

See original GitHub issue

How about releasing v1.0.11 which just bumps the patch-version of protagonist so that we can get support for Node.js 6 in a non-pre version. This is currently causing problems in our CI and I would love a quick release of this ❤️

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
honzajavorekcommented, May 10, 2016

@LinusU I’m sorry, but I couldn’t react yesterday. Thanks very much for reporting the issue!

I created the v1.0.x branch. Once all integration tests pass, I’ll make the release.

4reactions
LinusUcommented, May 9, 2016

Actually, it’s very easy to do it without messing up branches.

# Create a new branch for the 1.0.x release line, starting at the v1.0.10 tag
git checkout -b v1.0.x v1.0.10

# Apply the fix for Node.js 6
npm install --save protagonist@1.3.2

# Make a commit
git commit -am 'Add support for Node 6'

# Cut a new patch release
npm version patch

# Publish the new branch to github
git push --follow-tags --set-upstream origin v1.0.x

# Publish to npm
npm publish

I would really appreciate if you would do this for me 👌

Read more comments on GitHub >

github_iconTop Results From Across the Web

backport - npm
A CLI tool that automates the process of backporting commits. Latest version: 8.9.7, last published: 3 months ago. Start using backport in ...
Read more >
Maintaining V8 in Node.js - Nodejs API 文档 - Breword 文档集合
The process for backporting bug fixes to active branches is officially documented on the V8 wiki. The summary of the process is: V8...
Read more >
Node v6.15.1 (LTS)
Node v6.15.1 (LTS) · Notable Changes. This is a patch release to address a bad backport of the fix for "Slowloris HTTP Denial...
Read more >
www/node6: V8 JavaScript for client and server (6.x LTS)
Commit Credits Log message 6.17.1_2 02 Nov 2019 20:18:04 rene 6.17.1_1 26 Jul 2019 20:46:57 gerald 6.17.1 24 May 2019 05:42:46 antoine Revert r502354 and unbreak...
Read more >
Security Backporting Practice - Red Hat Customer Portal
Here is an example of why we backport security fixes: Red Hat provides version 5.3 of PHP in Red Hat Enterprise Linux 6....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found