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

Generate relase notes #1

Merged
merged 11 commits into from
Apr 6, 2021
Merged

Generate relase notes #1

merged 11 commits into from
Apr 6, 2021

Conversation

vgramer
Copy link
Owner

@vgramer vgramer commented Apr 6, 2021

generate release note automatically

…ent#83)

repository has been transfered to open-policy-agent organization

Signed-off-by: Vincent Gramer <[email protected]>
example:
package com.foo

foo = true {
    input.x < input.y
} else = false

Signed-off-by: Vincent Gramer <[email protected]>
…n-policy-agent#90)

the parsing of these rules werepreviously failing

arr7 := [1 + 2 * 4, count(arr6) / abs(arr5[0])

# test object value can be complex expression. Issue open-policy-agent#77
a6 := {
    a: 1 > 2,
    b: {
        c: object.get(a2, a, default) +  abs(c) - 2
    }
}

Signed-off-by: Vincent Gramer <[email protected]>
…-agent#92)

The parsing of this kind of expression was failling
a4:= (1 - 3)  * (2 +5)

Signed-off-by: Vincent Gramer <[email protected]>
* grammar - string:  fix escape quote

the following expression was parsed as an error:
a:= "\""


* gradle-202.properties / pluginVerifierIdeVersions: set version to check to 202 / 203
203 is not EAP anymore. EAP will be added in future PR

Signed-off-by: Vincent Gramer <[email protected]>
…lugin version number

the last release notes is extracted from the changelog
the version of the plugin is now - where:
  * pluginversion comes from gradle property. (this prop will be overwritten by github action with the tag of the release)
  * platformVersion= 202 or 203
  * chanel =  for release,  dev for testing

Signed-off-by: Vincent Gramer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant