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.

Please release a new version based on master branch

See original GitHub issue

Please release a new version based on master branch.

I’m developing a package based on Scrapy-Redis, but the newest release version is not same as the master branch.

For example, in scheduler.py:

self.df = load_object(self.dupefilter_cls).from_spider(spider)

The newest release version is not implemented as this, so I must change the source code and override it. But if based on master branch, it won’t be changed.

Please release a new version based on master branch, thanks.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
rmaxcommented, Jan 5, 2021

hey @Germey, thanks for the initiative. I just invited you as collaborator.

The following days I can take a look at what is needed to streamline the process of releasing for collaborators. Meanwhile you can let me know what updates would make sense for you (i.e.: on top of my head, updating tests to run on py36-38 as well as docs).

1reaction
Germeycommented, Jan 3, 2021

Also I’m glad to help maintaining this package, thanks~

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the master branch and release branch for?
Once they are ready to go public with a new version of the product, they merge the "release" branch into master and tag...
Read more >
Gitflow release branch process from start to finish example
After the “git flow release finish” command runs, the release branch should be deleted and a new Git tag exists in the repository....
Read more >
GitHub Pages - release based on other branch · Issue #755
New feature motivation Currently I'm using Github Pages for hosting my person website and User pages must be built from the master branch....
Read more >
Release naming conventions | Git for Drupal project maintainers
Drupal 10, the latest version of the open-source digital ... Git's default master branch should be avoided and no downloadable releases can ...
Read more >
Chapter 21 Git Version Control | Bioconductor Packages
21.2 Where to Commit Changes. New features and bug fixes are introduced on the master ('devel') branch of the GIT repository. BiocGenerics$ git...
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