- Notifications
You must be signed in to change notification settings - Fork165
fix: Reverse order of posts in gitops changelog#1344
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
"[CI] Staging environment is athttp://staging-docs.codefresh.io.s3-website.us-east-1.amazonaws.com/CR-29380/docs/" |
| >To subscribe to an RSS / Atom feed for our SaaS release notes, please[click here]({{ site.baseurl }}/changelog/gitops.xml). | ||
| {% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
do you really need to do | reverse twice? here and in line 16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yes, the first one if for the years group and the second one is for the items inside the group.
4912635 intomasterUh oh!
There was an error while loading.Please reload this page.
Fixes post sorting within year groups in the GitOps changelog. Posts are now correctly sorted by date in descending order within each group.