Pushing Changes to GitHub0:00
We can now tag a new release. Here's all of our changes, and we'll say, add named route fetching. And then, of course, I also need to update the documentation, but I'm going to do that outside of this series. Not overly fun to watch. All right, let's push it up, git push. And if I switch to GitHub, here we go, it works. Now, I think we have a style CI issue. We don't need to worry about that right now. It adheres all the work we did.
Tagging and Publishing Release0:26
We don't need to worry about that right now. It adheres all the work we did. Okay, so now we can tag a new release, and we can do that directly here on the releases page. But first, if we go to packages.org, and we look for laracasts/cypress, here it is. Notice the latest version is 1.2.1, and that corresponds here. Let's tag 1.3.0. We've added a new feature, so we'll pump it up. And then, I'll expand on this later, but added support for named route fetching. Publish it, and there we go.
