Please release a new version based on master branch
See original GitHub issuePlease 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:
- Created 3 years ago
- Reactions:4
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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).
Also I’m glad to help maintaining this package, thanks~