Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 0.15.0 release #602

Open
5 of 7 tasks
peterj opened this issue Jan 6, 2020 · 6 comments
Open
5 of 7 tasks

Preparing for 0.15.0 release #602

peterj opened this issue Jan 6, 2020 · 6 comments
Labels

Comments

@peterj
Copy link
Collaborator

@peterj peterj commented Jan 6, 2020

Hello everyone!

Since the last release of remark (v.0.14.0) was on Sep 15. 2016, I think it would be appropriate to cut a new release :)

I would like to use this issue to track any work that's needed in order to do the release (@gnab, it would be great if you take a quick look at it as well, just in case I've missed anything).

  • PR to master + merge
  • Create a new Github release from master with tag 0.15.0
  • Commit the new remark-0.15.0.min.js to gh-pages branch (downloads folder)
  • Write and update release notes (HISTORY.md) (PR: #609)
  • As part of the release notes update, we should also review the Wiki to make sure it's up-to-date with the features
  • Update the list of contributors (PR: #605)
  • Update index.html in gh-pages branch - update demo slideshow with new features

I've probably missed something, so please feel free to comment & add more to this.

@dvberkel
Copy link
Collaborator

@dvberkel dvberkel commented Jan 7, 2020

Maybe update the list of contributors. We can get the names from the git log with the following command

 git log | grep Author | cut -d ' ' --fields=2- | cut -d '<' -f 1 | sort | uniq > contributors.txt

Something similar should be done with the wiki repository

@gnab
Copy link
Owner

@gnab gnab commented Jan 10, 2020

Looks good @peterj! I believe I used to also update the index.html in the gh-pages branch, and if there are any new features worth mentioning, the demo slideshow could be updated to present these in addition to the wiki being updated.

@peterj peterj added the 0.15.0 label Jan 11, 2020
@peterj
Copy link
Collaborator Author

@peterj peterj commented Jan 18, 2020

I merged the master to develop to resolve a conflict (README only) and then merge develop back in to master. A new release on the master is created. I will work on committing new remark-0.15.0min.js to the gh-pages next and update the remaining items.

@datapolitan
Copy link

@datapolitan datapolitan commented Jan 27, 2020

I appreciate all the work @peterj and the rest of the team have done, but as a long-time user of Remark, the issue in #613 is really serious for us and I'd ask that if you're going to put out these large releases, you expand your testing to include GitHub Pages builds. I just found out about this and want to delve more into the code to figure out what happened. I'm happy to help contribute to the solution, but hope you'll also take this as a point of improvement for future releases.

@peterj
Copy link
Collaborator Author

@peterj peterj commented Jan 27, 2020

@datapolitan thanks for responding, I completely missed the issues. I have reverted the .min back to 0.14.1 and I'll make sure we do more testing before switching it to latest.

@kud
Copy link
Contributor

@kud kud commented Jun 11, 2020

Hello!

How to get this version on CDNs? :)

Cloudflare only suggests 0.14 for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants