Travis and releases
See original GitHub issueCurrently, the Travis builds aren’t working for PRs. Similarly, it’s not clear how a release is made. In fact, it appears that artifacts aren’t being released to Maven Central yet.
If there’s agreement, I would like to:
- Request a new project with Sonatype, to publish artifacts on Maven Central
- Create a bintray project for this repository
- Deprecate the
dev
branch, by having all development happening onmaster
, as it’s usual for open source projects. For that, I’d just “force push” the currentdev
tomaster
and remove thedev
branch. Note that the version in thepom.xml
for master is always-SNAPSHOT
- Fix Travis to have a build in stages. For instance, this could be used as a reference: https://github.com/opentracing-contrib/java-ejb/blob/master/.travis.yml
- With a setup like the above, creating a new release is just a matter of pushing a tag named
release-x.x.x
, wherex.x.x
is the version to be released - Document this process by adding a
RELEASE.md
document
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Travis Scott Shoes - 2022 Release Dates + Info - Sneaker News
In 2022, Travis Scott and Nike are set to release a multitude of models including the Air Max 1, Air Trainer 1, and...
Read more >Travis Scott Colorways, Release Dates, Pricing | SBD
Travis Scott x Air Jordan 1 Low OG “Olive” Releases March 25th · Dec 16, 2022 ; Travis Scott x Air Jordan 1...
Read more >Travis Scott - 2022 Release Dates, Photos, Where to Buy & More
Complete buyer's guide to Travis Scott. Get the latest Travis Scott updates, release dates, photos, prices, & where to buy. Updated daily.
Read more >Travis Scott x Air Jordan 1 Low 'Black/Phantom' Release Date ...
Per @zSneakerheadz, the “Black/Phantom” Travis Scott x Air Jordan 1 Low is rumored to drop on Dec. 15, but official release details have...
Read more >GitHub Releases Uploading - Travis CI Docs
Travis CI can automatically upload assets to git tags on your GitHub repository. ... GitHub Releases works with git tags, so it is...
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 Free
Top 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
@jpkrohling isn’t the last point on your check list already fixed in #33?
Can this issue be closed?